Skip to content

Commit

Permalink
Use versions of dependencies known to work
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonf committed Jul 29, 2023
1 parent 5f47545 commit 35f6b40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install requests "jsonschema[format]"
pip install -r requirements.txt
- name: Run validator
run: |
Expand Down
2 changes: 2 additions & 0 deletions test-data-validator/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jsonschema[format]==4.17.3
requests==2.31.0

0 comments on commit 35f6b40

Please sign in to comment.