Skip to content

Commit

Permalink
Update tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe authored Oct 23, 2023
1 parent 94e25cc commit b08956e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,7 @@ jobs:
env:
MODE: dev
PYTHONPATH: ".:./chia-blockchain"
run: python -m pytest -k "not TestActivities" tests
run: |
chia init
chia version
python -m pytest -k "not TestActivities" tests

0 comments on commit b08956e

Please sign in to comment.