Skip to content

Commit

Permalink
try use python 3.y
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSinn committed Dec 17, 2023
1 parent d51205e commit b492d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
brew --cache
set +e
brew install --overwrite python@3.12
brew link python@3.12 --force --overwrite
brew install --overwrite python@3.y
brew link python@3.y --force --overwrite
brew install fftw --only-dependencies --force --overwrite
brew install fftw
Expand Down

0 comments on commit b492d8d

Please sign in to comment.