Skip to content

Commit

Permalink
Adding python dependencies to unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kellrott committed Feb 4, 2025
1 parent 6658643 commit 24f2110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v2
- name: Python Dependencies for Conformance
run: pip install requests numpy PyYAML
run: pip install requests numpy PyYAML pytest jsonpath-ng
- name: install gripql
run: |
cd gripql/python
Expand Down

0 comments on commit 24f2110

Please sign in to comment.