Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/ci-test' into nogeo
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Oct 11, 2023
2 parents 87e580f + 3647f8f commit 38ff167
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ci_tools_atomic_dex/ci_scripts/osx_script.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash

# Workaround for https://github.com/actions/setup-python/issues/577
rm /usr/local/bin/2to3 || true
rm /usr/local/bin/idle3 || true
rm /usr/local/bin/pydoc3 || true
rm /usr/local/bin/python3 || true
rm /usr/local/bin/python3-config || true
rm /usr/local/bin/2to3* || true
rm /usr/local/bin/idle3* || true
rm /usr/local/bin/pydoc3* || true
rm /usr/local/bin/python3* || true
rm /usr/local/bin/python3-config* || true

brew update
brew install autoconf \
Expand Down

0 comments on commit 38ff167

Please sign in to comment.