Skip to content

Commit

Permalink
setting windows stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mquinnfd committed Jul 9, 2024
1 parent a60b88a commit 915d6bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
# Build and install the package if it's Windows, to service shell-based tests
- if: ${{ matrix.os }} == "windows-latest"
run: |
SKIP_PRE_BUILD=true python -m poetry build
set SKIP_PRE_BUILD=true
python -m poetry build
pip install --find-links=dist locust
- run: python -m poetry run tox -e ${{ matrix.tox }}

Expand Down

0 comments on commit 915d6bf

Please sign in to comment.