Skip to content

Commit e2a579e

Browse files
fix python36 pip bug 2
1 parent 7059d5c commit e2a579e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/run-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
exclude:
1919
- os: windows-latest
2020
python-version: 3.9
21+
- os: ubuntu-latest
22+
python-version: 3.6
2123
runs-on: ${{ matrix.os }}
2224
steps:
2325
- uses: actions/checkout@v2
@@ -27,7 +29,7 @@ jobs:
2729
python-version: ${{ matrix.python-version }}
2830
- name: Install dependencies
2931
run: |
30-
python -m pip install --upgrade --no-cache-dir pip
32+
python -m pip install --upgrade pip
3133
pip install pytest pytest-cov codecov
3234
pip install -r requirements.txt
3335
- name: Install adapt

0 commit comments

Comments
 (0)