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