Skip to content

Commit

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

0 comments on commit 6858106

Please sign in to comment.