Skip to content

Commit

Permalink
Use pyenv local
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterFendley committed Jun 14, 2024
1 parent b319ae2 commit d59466e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/py3-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
- name: Run python tests
if: runner.os == 'macOS'
run: |
pyenv shell 3.7 3.8
pyenv local 3.7 3.8
cd src/python_module/test
tox

0 comments on commit d59466e

Please sign in to comment.