Skip to content

Commit

Permalink
Setting up CI for M1[skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dbouget committed Oct 4, 2024
1 parent 423472b commit 4035722
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_macos_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,11 @@ jobs:
env:
DISPLAY: ':99.0'
run: |
pip install pytest-qt pytest-cov
cd ${{github.workspace}}
source tmp/venv/bin/activate
pip3 install pytest-qt pytest-cov
pytest --cov=gui --cov=utils ${{github.workspace}}/integration_tests
deactivate
- name: Build software
run: |
Expand Down

0 comments on commit 4035722

Please sign in to comment.