diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index 9f5d3169f..0e1cfdf84 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: bash -el {0} -c 'tox -e py313-test' \ No newline at end of file