Skip to content

Commit

Permalink
Devops: Disable code coverage in test-install.yml (#6479)
Browse files Browse the repository at this point in the history
This should cut down the CI time by at least 10 minutes for these tests.
  • Loading branch information
danielhollas authored Jun 28, 2024
1 parent 6a3a59b commit 4cecda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
env:
AIIDA_TEST_PROFILE: test_aiida
AIIDA_WARN_v3: 1
run: pytest --cov aiida --verbose tests -m 'not nightly'
run: pytest --verbose tests -m 'not nightly'

- name: Freeze test environment
run: pip freeze | sed '1d' | tee requirements-py-${{ matrix.python-version }}.txt
Expand Down

0 comments on commit 4cecda5

Please sign in to comment.