Skip to content

Commit

Permalink
wew lad
Browse files Browse the repository at this point in the history
  • Loading branch information
mquinnfd committed Jul 10, 2024
1 parent 4863a70 commit 3cb133d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
SKIP_PRE_BUILD: true
run: |
python -m poetry build
python -m poetry self add "poetry-plugin-export"
python -m poetry export --without-hashes --format=requirements.txt > requirements.txt
pip install -r requirements.txt
pip install locust --no-index --find-links=dist
- run: python -m poetry run tox -e ${{ matrix.tox }}

Expand Down

0 comments on commit 3cb133d

Please sign in to comment.