File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4242 python-version : ${{ matrix.python }}
4343 architecture : ${{ matrix.arch }}
4444 - name : install tox
45- run : pip install --upgrade setuptools tox==3.9.0
45+ run : pip install --upgrade setuptools 'virtualenv<20' tox==3.9.0
4646 - name : setup tox environment
4747 run : tox -e ${{ matrix.toxenv }} --notest
4848 - name : test
Original file line number Diff line number Diff line change 8181
8282install :
8383- pip install -U pip setuptools
84+ - pip install -U 'virtualenv<20'
8485- pip install -U tox==3.9.0
8586- tox --notest
8687
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ environment:
1414
1515install :
1616 - " git submodule update --init mypy/typeshed"
17- - " %PYTHON%\\ python.exe -m pip install -U setuptools tox==3.9.0"
17+ - " %PYTHON%\\ python.exe -m pip install -U setuptools 'virtualenv<20' tox==3.9.0"
1818 - " %PYTHON%\\ python.exe -m tox -e py37 --notest"
1919
2020build : off
You can’t perform that action at this time.
0 commit comments