Skip to content

Commit 5c750ff

Browse files
Merge pull request #2587 from pybamm-team/fix-publish-workflow
Fix publish workflow
2 parents 3c4ce28 + 297785c commit 5c750ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish_pypi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ jobs:
7979
if: matrix.os == 'macos-latest'
8080
run: |
8181
# https://github.com/actions/virtual-environments/issues/1280
82+
rm -f /usr/local/bin/2to3*
83+
rm -f /usr/local/bin/idle3*
84+
rm -f /usr/local/bin/pydoc3*
85+
rm -f /usr/local/bin/python3*
8286
brew update
8387
brew reinstall gcc
8488
python -m pip install cmake wget

0 commit comments

Comments
 (0)