We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7059d5c commit e2a579eCopy full SHA for e2a579e
1 file changed
.github/workflows/run-test.yml
@@ -18,6 +18,8 @@ jobs:
18
exclude:
19
- os: windows-latest
20
python-version: 3.9
21
+ - os: ubuntu-latest
22
+ python-version: 3.6
23
runs-on: ${{ matrix.os }}
24
steps:
25
- uses: actions/checkout@v2
@@ -27,7 +29,7 @@ jobs:
27
29
python-version: ${{ matrix.python-version }}
28
30
- name: Install dependencies
31
run: |
- python -m pip install --upgrade --no-cache-dir pip
32
+ python -m pip install --upgrade pip
33
pip install pytest pytest-cov codecov
34
pip install -r requirements.txt
35
- name: Install adapt
0 commit comments