Skip to content

Commit

Permalink
Test only colour/volume/tests/test_spectrum.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Jun 19, 2024
1 parent f235454 commit 7e4d533
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
shell: bash
- name: Test with Pytest
run: |
poetry run python -W ignore -m pytest --doctest-modules --ignore=$CI_PACKAGE/examples --cov=$CI_PACKAGE $CI_PACKAGE
poetry run python -W ignore -m pytest --doctest-modules --ignore=$CI_PACKAGE/examples --cov=$CI_PACKAGE colour/volume/tests/test_spectrum.py
shell: bash
- name: Upload Coverage to coveralls.io
if: matrix.os == 'macOS-latest' && matrix.python-version == '3.12'
Expand Down

0 comments on commit 7e4d533

Please sign in to comment.