diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6864282..7634e24 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,6 @@ jobs: run: | which singularity sudo cp /usr/local/bin/singularity /usr/bin/singularity - pytest -xs scompose/tests/test_*.py pytest -sv scompose/tests/test_depends_on.py pytest -sv scompose/tests/test_client.py pytest -sv scompose/tests/test_utils.py