Skip to content

Commit

Permalink
Try new CI/CD file
Browse files Browse the repository at this point in the history
  • Loading branch information
Vuizur committed Aug 16, 2023
1 parent 1b9e889 commit 6b297fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# poetry config virtualenvs.create false
# poetry install --extras "GUI poetry-workaround" --without dev
run: |
poetry install --extras "GUI"
poetry install --extras "GUI server" --without dev
poetry run pip install pyinstaller
poetry run python ./russian_text_stresser/download_db.py
poetry run python ./russian_text_stresser/compile.py
Expand Down

0 comments on commit 6b297fc

Please sign in to comment.