Skip to content

Commit

Permalink
devops: Don't collect code coverage in test-install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jun 18, 2024
1 parent cd0f9ac commit cd3535b
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 cd3535b

Please sign in to comment.