Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
LaihoE committed Sep 21, 2023
1 parent 2db8001 commit 6a2291f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Python application
on:
push:
branches: ["main"]

permissions:
contents: read

Expand All @@ -11,8 +12,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
target: [x86_64]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
target: [x86_64, aarch64]
defaults:
run:
working-directory: ./src/python
Expand All @@ -33,4 +34,4 @@ jobs:
- name: Run tests
run: |
pip install pytest
pytest
pytest

0 comments on commit 6a2291f

Please sign in to comment.