Skip to content

Commit

Permalink
pip install --upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Aug 15, 2024
1 parent 3ccba18 commit 8ff35b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install --upgrade pip
- run: sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
- run: ./setup.sh
- run: xcodebuild -workspace Pyto.xcworkspace -scheme Pyto -configuration Release

0 comments on commit 8ff35b4

Please sign in to comment.