We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17787d2 commit d80a23bCopy full SHA for d80a23b
.github/workflows/test.yaml
@@ -33,9 +33,9 @@ jobs:
33
with:
34
python-version: ${{ matrix.python-version }}
35
36
- - name: Upgrade pip
37
- if: matrix.os == 'macos-latest'
38
- run: python -m pip install --upgrade pip
+ # - name: Upgrade pip
+ # if: matrix.os == 'macos-latest'
+ # run: python -m pip install --upgrade pip
39
40
- name: Install dependencies from requirements.txt
41
shell: bash
0 commit comments