Skip to content

Commit

Permalink
Remove previous pyenv patch attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterFendley committed Jun 14, 2024
1 parent 6a1cb84 commit fbec725
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/py3-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ 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
eval "$(pyenv init --path)"
cd src/python_module/test
tox

0 comments on commit fbec725

Please sign in to comment.