Skip to content

Commit

Permalink
poetry run pytest instead of pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
heswithme committed Sep 17, 2024
1 parent 6e1ba4d commit 2f221fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,4 @@ jobs:
ETH_RPC_URL: ${{ secrets.ETH_RPC_URL }}
ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}
run: |
source .venv/bin/activate
pytest --numprocesses=auto
poetry run pytest --numprocesses=auto

0 comments on commit 2f221fa

Please sign in to comment.