From 056dca796f56099a9c0299d8921cbba7a58ab7ef Mon Sep 17 00:00:00 2001 From: mschwoerer <82171591+mschwoer@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:55:08 +0100 Subject: [PATCH] run only selected alphaviz tests --- .github/workflows/alphatesting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alphatesting.yml b/.github/workflows/alphatesting.yml index 4182e9d..0b343f3 100644 --- a/.github/workflows/alphatesting.yml +++ b/.github/workflows/alphatesting.yml @@ -133,7 +133,7 @@ jobs: - name: alphaviz tests id: alphaviz_tests run: | - docker run alphax bash -c "cd alphaviz/tests && ls && python -m pytest test_io.py && python -m pytest test_preprocessing.py + docker run alphax bash -c "cd alphaviz/tests && ls && python -m pytest test_io.py && python -m pytest test_preprocessing.py" alphapeptdeep_tests: