Skip to content

Commit

Permalink
Attempt patch for tox not finding pyenv python
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterFendley committed Jun 14, 2024
1 parent 858331b commit 4b8bf5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/py3-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
brew install pyenv
pyenv install 3.7
pyenv install 3.8
pyenv global 3.7 3.8
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 4b8bf5c

Please sign in to comment.