Skip to content

Commit a652032

Browse files
committed
improve python matrix
1 parent 2215339 commit a652032

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Install dependencies
2525
run: |
26-
python -m pip install --upgrade pip
2726
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2827
if [ -f requirements-t-pre37.txt ]; then pip install -r requirements-t-pre37.txt; fi
2928
- name: Test with nosetest

0 commit comments

Comments
 (0)