Skip to content

Commit

Permalink
Merge pull request #2587 from pybamm-team/fix-publish-workflow
Browse files Browse the repository at this point in the history
Fix publish workflow
  • Loading branch information
brosaplanella authored Dec 28, 2022
2 parents 3c4ce28 + 297785c commit 5c750ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ jobs:
if: matrix.os == 'macos-latest'
run: |
# https://github.com/actions/virtual-environments/issues/1280
rm -f /usr/local/bin/2to3*
rm -f /usr/local/bin/idle3*
rm -f /usr/local/bin/pydoc3*
rm -f /usr/local/bin/python3*
brew update
brew reinstall gcc
python -m pip install cmake wget
Expand Down

0 comments on commit 5c750ff

Please sign in to comment.