mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Remove venv
This commit is contained in:
parent
b191122db7
commit
bd59863c21
1 changed files with 1 additions and 2 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
|
@ -77,10 +77,9 @@ jobs:
|
|||
- name: Install project dependencies
|
||||
if: steps.cached-pip-dependencies.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
python -m venv .venv
|
||||
extras="dev,test,redis,proxy,i18n"
|
||||
[[ "$IS_PYPY" == "false" ]] && extras="$extras,fast"
|
||||
.venv/bin/pip install -e .[$extras]
|
||||
pip install -e .[$extras]
|
||||
|
||||
- name: Lint code
|
||||
if: "env.IS_PYPY == 'false'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue