We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33bff40 commit 55aca4fCopy full SHA for 55aca4f
1 file changed
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Run PyInstaller
27
run: |
28
poetry config virtualenvs.create false
29
- poetry install --extras "GUI poetry-workaround"
+ poetry install --extras "GUI poetry-workaround" --without dev
30
pip install pyinstaller
31
poetry run python ./russian_text_stresser/download_db.py
32
poetry run python ./russian_text_stresser/compile.py
0 commit comments