mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
-m venv?
This commit is contained in:
parent
b36e7996b4
commit
0de0e2b6ba
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue