Skip to content

Commit

Permalink
Try to upgrade jsonschema using -U
Browse files Browse the repository at this point in the history
  • Loading branch information
augustjohansson committed Jan 5, 2024
1 parent 2c2dd86 commit 46c6dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

# Python dependencies
- name: Install Python dependencies
run: pip3 install referencing
run: pip3 install -U referencing jsonschema

# Use the submodules' remote-tracking branches
- name: Update submodules
Expand Down

0 comments on commit 46c6dd5

Please sign in to comment.