Skip to content

Commit

Permalink
MacOS CI explicitly install [email protected] (#1049)
Browse files Browse the repository at this point in the history
* macos CI add overwrite to brew install

* move python install after openpmd api

* force link python 3.12

* try use python 3.y

* try upgrade python

* install python 3.12
  • Loading branch information
AlexanderSinn authored Dec 19, 2023
1 parent fd56a52 commit 8eea8bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,12 @@ jobs:
run: |
brew --cache
set +e
brew install --overwrite python
brew link --force --overwrite python
brew install --overwrite [email protected]
brew link --force --overwrite [email protected]
brew install fftw --only-dependencies --force
brew install fftw
Expand Down

0 comments on commit 8eea8bb

Please sign in to comment.