Skip to content

Commit 7059d5c

Browse files
fix python36 pip bug
1 parent 8ee18b7 commit 7059d5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Install dependencies
2929
run: |
30-
python -m pip install --upgrade pip
30+
python -m pip install --upgrade --no-cache-dir pip
3131
pip install pytest pytest-cov codecov
3232
pip install -r requirements.txt
3333
- name: Install adapt

0 commit comments

Comments
 (0)