This commit is contained in:
Alex Root Junior 2023-01-08 21:47:09 +02:00
parent b36e7996b4
commit 0de0e2b6ba
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: |
venv .venv
python -m venv .venv
source .venv/bin/activate
extras="redis,proxy,i18n,test"
[[ "$IS_PYPY" == "false" ]] && extras="$extras,fast"