We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9318d commit 595fec9Copy full SHA for 595fec9
.github/workflows/docs.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
python-version: '3.7'
25
- name: Install tox
26
- run: pip install --upgrade 'setuptools!=50' 'virtualenv<16.7.11' tox==3.20.1
+ run: pip install --upgrade 'setuptools!=50' 'virtualenv>=20.6.0' tox==3.24.5
27
- name: Setup tox environment
28
run: tox -e ${{ env.TOXENV }} --notest
29
- name: Test
.github/workflows/test.yml
@@ -107,7 +107,7 @@ jobs:
107
./misc/build-debug-python.sh $PYTHONVERSION $PYTHONDIR $VENV
108
source $VENV/bin/activate
109
110
- run: pip install --upgrade 'setuptools!=50' 'virtualenv>=20.6.0' tox==3.20.1
111
- name: Compiled with mypyc
112
if: ${{ matrix.test_mypyc }}
113
run: |
0 commit comments