Skip to content

Commit

Permalink
try to make shell env explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
dlakaplan committed Dec 2, 2024
1 parent 22484ce commit af53ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit af53ed6

Please sign in to comment.