remove virtualenv<20 constraint

This commit is contained in:
frostming
2020-08-31 09:58:17 +08:00
parent 7a7100e335
commit 0394f4de8b
2 changed files with 0 additions and 2 deletions
@@ -16,7 +16,6 @@ steps:
git submodule sync
git submodule update --init --recursive
$(PY_EXE) -m pip install --upgrade --upgrade-strategy=eager pip setuptools wheel
$(PY_EXE) -m pip install "virtualenv<20"
env:
PIPENV_DEFAULT_PYTHON_VERSION: ${{ parameters.python_version }}
PYTHONWARNINGS: 'ignore:DEPRECATION'
-1
View File
@@ -67,7 +67,6 @@ jobs:
run: |
git submodule sync
git submodule update --init --recursive
python -m pip install "virtualenv<20"
python -m pip install -e . --upgrade
pipenv install --deploy --dev --python=${{ steps.python-path.outputs.path }}
- name: Run tests