Skip to content

Commit

Permalink
Change MacOS python version install strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterFendley committed Jun 14, 2024
1 parent 56fd328 commit 858331b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/py3-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
if: runner.os == 'macOS'
run: |
brew update
brew install [email protected] [email protected]
brew install pyenv
pyenv install 3.7
pyenv install 3.8
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 858331b

Please sign in to comment.