From f583171c104440cdcf0b453f058d868c260da2aa Mon Sep 17 00:00:00 2001 From: David Kaplan Date: Mon, 2 Dec 2024 12:53:34 -0600 Subject: [PATCH] avoid tox? --- .github/workflows/ci_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index 9f5d3169f..f9a8814c1 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml @@ -130,5 +130,5 @@ jobs: python -c "import tox; print(f'tox {tox.__version__}')" - name: Run tests shell: bash -el {0} - run: tox -e py313-test + run: pytest -v --pyargs tests \ No newline at end of file