Skip to content

Commit

Permalink
Dont upgrade pip on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed May 9, 2024
1 parent 12f44bb commit 553b5b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
with:
toolchain: stable
- uses: actions/setup-python@v4
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
with:
python-version: ${{ matrix.pyversion }}
architecture: x64
Expand Down

0 comments on commit 553b5b7

Please sign in to comment.