diff --git a/.github/workflows/GithubActionTests.yml b/.github/workflows/GithubActionTests.yml index c4577ebddc..5b3212d79c 100644 --- a/.github/workflows/GithubActionTests.yml +++ b/.github/workflows/GithubActionTests.yml @@ -46,7 +46,7 @@ jobs: eval "$(conda shell.bash hook)" conda activate bioconda if git diff --name-only origin/master...HEAD | grep -vE ^docs; then - py.test --durations=0 test/ -v --log-level=DEBUG --tb=native -m '${{ matrix.py_test_marker }}' + py.test --durations=0 test/ -v --log-level=DEBUG --tb=native -m '${{ matrix.py_test_marker }}' -k test_pkg_test_conda_package_format else echo "Skipping pytest - only docs modified" fi @@ -77,7 +77,7 @@ jobs: eval "$(conda shell.bash hook)" conda activate bioconda if git diff --name-only origin/master...HEAD | grep -vE ^docs; then - py.test --durations=0 test/ -v --log-level=DEBUG -k "not docker" --tb=native + py.test --durations=0 test/ -v --log-level=DEBUG -k "not docker" --tb=native -k test_pkg_test_conda_package_format else echo "Skipping pytest - only docs modified" fi