Skip to content

Commit

Permalink
Don't include dev deps when building for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeanogamer committed May 21, 2023
1 parent 0b70612 commit 9e4d545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
installer-parallel: true

- name: Install Python Dependencies
run: C:\Users\runneradmin\.local\bin\poetry install --no-interaction --no-ansi
run: C:\Users\runneradmin\.local\bin\poetry install --no-interaction --no-ansi --without=dev
env:
PIP_CACHE_DIR: ~/.pip

Expand Down

0 comments on commit 9e4d545

Please sign in to comment.