From 9d0fe3899c940ccaa4e9903a776c39ee568dd1e4 Mon Sep 17 00:00:00 2001 From: Noam Bernstein Date: Mon, 29 Jul 2024 11:12:35 -0400 Subject: [PATCH] typo in github debug workflow --- .github/workflows/pytests_debug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytests_debug.yml b/.github/workflows/pytests_debug.yml index 4fa86f50..41816297 100644 --- a/.github/workflows/pytests_debug.yml +++ b/.github/workflows/pytests_debug.yml @@ -237,7 +237,7 @@ jobs: export OMP_NUM_THREADS=1 export WFL_JULIA_COMMAND=${PWD}/julia-1.8.1/bin/julia ##DEBUG pytest -v --cov=wfl --cov-report term --cov-report html --cov-config=tests/.coveragerc --cov-report term-missing --cov-report term:skip-covered --runremote --basetemp $HOME/pytest_cov -rxXs - pytest -v --cov=wfl --cov-report term --cov-report html --cov-config=tests/.coveragerc --cov-report term-missing --cov-report term:skip-covered --runremote --basetemp $HOME/pytest_cov -rxX stests/test_doc_examples.py + pytest -v --cov=wfl --cov-report term --cov-report html --cov-config=tests/.coveragerc --cov-report term-missing --cov-report term:skip-covered --runremote --basetemp $HOME/pytest_cov -rxX tests/test_doc_examples.py ##DEBUG # # DEBUGGING