mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-14 10:53:23 +00:00
Forget about virtualenv in pipeline
This commit is contained in:
parent
1fa7fae6b3
commit
49372d14fd
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
|
@ -29,6 +29,7 @@ jobs:
|
||||||
poetry build
|
poetry build
|
||||||
- name: Try install wheel
|
- name: Try install wheel
|
||||||
run: |
|
run: |
|
||||||
|
pip install -U virtualenv
|
||||||
mkdir -p try_install
|
mkdir -p try_install
|
||||||
cd try_install
|
cd try_install
|
||||||
virtualenv venv
|
virtualenv venv
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue