Skip to content

Commit

Permalink
clients/py: install requirements.dev.txt before unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CedarMist committed Oct 2, 2024
1 parent fcb16d9 commit c0b462d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/contracts-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
working-directory: clients/py
run: |
python3 -mpip install --user -r requirements.txt
python3 -mpip install --user -r requirements.dev.txt
python3 -munittest discover
- name: Install Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit c0b462d

Please sign in to comment.