Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tangxinwei committed Dec 12, 2024
1 parent ef70c03 commit cfbfc81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -454,9 +454,10 @@ jobs:
brew list --formula | grep 'python@3' | xargs brew uninstall --ignore-dependencies
curl -O https://www.python.org/ftp/python/3.9.12/python-3.9.12-macos11.pkg
sudo installer -pkg python-3.9.12-macos11.pkg -target /
python -c "import pipes"
pip install virtualenv
pip install --upgrade setuptools
python -c "import pipes"
- uses: actions/checkout@v2
- name: Run build script
run: |
Expand Down

0 comments on commit cfbfc81

Please sign in to comment.