There was an error while loading. Please reload this page.
1 parent 1fd9ceb commit e8970a4Copy full SHA for e8970a4
1 file changed
.github/workflows/build.yml
@@ -24,10 +24,11 @@ jobs:
24
with:
25
poetry-version: "1.3.2"
26
- name: Run PyInstaller
27
+ # poetry config virtualenvs.create false
28
+ # poetry install --extras "GUI poetry-workaround" --without dev
29
run: |
- poetry config virtualenvs.create false
- poetry install --extras "GUI poetry-workaround" --without dev
30
- pip install pyinstaller
+ poetry install --extras "GUI"
31
+ poetry run pip install pyinstaller
32
poetry run python ./russian_text_stresser/download_db.py
33
poetry run python ./russian_text_stresser/compile.py
34
- name: Create Release
0 commit comments