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
-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