Skip to content

Commit

Permalink
github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Mar 5, 2024
1 parent 99db4be commit a0f389f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,14 @@ jobs:
- name: Install wheels
run: |
pip install dist/*.whl --force-reinstall
cd ../counterparty-lib && pytest -v
# Run counterparty-lib tests

- name: Install wheels
run: |
cd counterparty-lib
pytest
# Upload wheels

- name: Upload wheels
Expand Down

0 comments on commit a0f389f

Please sign in to comment.