Skip to content

Commit

Permalink
Try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Vuizur committed Jul 17, 2023
1 parent 1fd9ceb commit e8970a4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
with:
poetry-version: "1.3.2"
- name: Run PyInstaller
# poetry config virtualenvs.create false
# poetry install --extras "GUI poetry-workaround" --without dev
run: |
poetry config virtualenvs.create false
poetry install --extras "GUI poetry-workaround" --without dev
pip install pyinstaller
poetry install --extras "GUI"
poetry run pip install pyinstaller
poetry run python ./russian_text_stresser/download_db.py
poetry run python ./russian_text_stresser/compile.py
- name: Create Release
Expand Down

0 comments on commit e8970a4

Please sign in to comment.