Skip to content

Commit

Permalink
Create virtualenvs inside the project directory and disable progress …
Browse files Browse the repository at this point in the history
…bars for PIP
  • Loading branch information
twwd committed Jun 12, 2024
1 parent d5dcb6c commit 25d4027
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/package-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches: ["master"]

env:
PIP_PROGRESS_BAR: "off"

jobs:
build-and-deploy:
runs-on: windows-latest
Expand All @@ -22,6 +25,7 @@ jobs:
shell: pwsh # For Linux, use bash
run: |
pip install poetry
poetry config virtualenvs.in-project true
poetry self add poetry-pyinstaller-plugin
poetry install
Expand Down

0 comments on commit 25d4027

Please sign in to comment.