File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 9
9
Django ${{ matrix.django-version }},
10
10
Redis.py ${{ matrix.redis-version }}
11
11
12
- runs-on : ubuntu-latest
12
+ runs-on : ubuntu-20.04
13
13
14
14
strategy :
15
15
fail-fast : false
86
86
- name : Install dependencies
87
87
run : |
88
88
python -m pip install --upgrade pip
89
- python -m pip install --upgrade tox tox-gh-actions
89
+ python -m pip install --upgrade " tox<4" tox-gh-actions
90
90
91
91
- name : Tox tests
92
92
run : |
@@ -149,7 +149,7 @@ jobs:
149
149
- name : Install dependencies
150
150
run : |
151
151
python -m pip install --upgrade pip
152
- python -m pip install --upgrade tox
152
+ python -m pip install --upgrade " tox<4"
153
153
154
154
- name : Run ${{ matrix.tool }}
155
155
run : tox -e ${{ matrix.tool }}
Original file line number Diff line number Diff line change
1
+ Fix CI, running tox<4 to still support Python 3.6.
You can’t perform that action at this time.
0 commit comments