mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-14 02:52:12 +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
|
||||
- name: Try install wheel
|
||||
run: |
|
||||
pip install -U virtualenv
|
||||
mkdir -p try_install
|
||||
cd try_install
|
||||
virtualenv venv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue