Skip to content

Commit

Permalink
MacOS ARM test line edit in CI [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dbouget committed Jan 13, 2025
1 parent 8ee3bf1 commit 4323962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_macos_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
cd ${{github.workspace}}
source tmp/venv/bin/activate
pip3 install pytest-qt pytest-cov
pip3 install pytest-qt pytest-cov pytest-timeout
pytest -vvv --cov=gui --cov=utils ${{github.workspace}}/integration_tests --timeout=60 --log-cli-level=DEBUG
deactivate
Expand Down

0 comments on commit 4323962

Please sign in to comment.