This commit is contained in:
Alex Root Junior 2023-01-08 21:46:17 +02:00
parent 9833dbed8a
commit b36e7996b4
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC

View file

@ -81,7 +81,7 @@ jobs:
- name: Install project dependencies
if: steps.cached-pip-dependencies.outputs.cache-hit != 'true'
run: |
virtualenv .venv
venv .venv
source .venv/bin/activate
extras="redis,proxy,i18n,test"
[[ "$IS_PYPY" == "false" ]] && extras="$extras,fast"