Skip to content

Commit e8970a4

Browse files
committed
Try to fix CI
1 parent 1fd9ceb commit e8970a4

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ jobs:
2424
with:
2525
poetry-version: "1.3.2"
2626
- name: Run PyInstaller
27+
# poetry config virtualenvs.create false
28+
# poetry install --extras "GUI poetry-workaround" --without dev
2729
run: |
28-
poetry config virtualenvs.create false
29-
poetry install --extras "GUI poetry-workaround" --without dev
30-
pip install pyinstaller
30+
poetry install --extras "GUI"
31+
poetry run pip install pyinstaller
3132
poetry run python ./russian_text_stresser/download_db.py
3233
poetry run python ./russian_text_stresser/compile.py
3334
- name: Create Release

0 commit comments

Comments
 (0)