Skip to content

Commit

Permalink
Set python version in same step as tox
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterFendley committed Jun 14, 2024
1 parent d059d6a commit 3aee1b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/py3-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,7 @@ jobs:
- name: Install tox
run: pip install tox
- name: Run python tests
run: cd src/python_module/test && tox
run: |
pyenv shell 3.7 3.8
cd src/python_module/test
tox

0 comments on commit 3aee1b3

Please sign in to comment.