Skip to content

Commit d80a23b

Browse files
committed
added support for cmd specific env vars and auth
1 parent 17787d2 commit d80a23b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535

36-
- name: Upgrade pip
37-
if: matrix.os == 'macos-latest'
38-
run: python -m pip install --upgrade pip
36+
# - name: Upgrade pip
37+
# if: matrix.os == 'macos-latest'
38+
# run: python -m pip install --upgrade pip
3939

4040
- name: Install dependencies from requirements.txt
4141
shell: bash

0 commit comments

Comments
 (0)