Skip to content

Commit

Permalink
Fix CI deps
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
  • Loading branch information
ggwpez committed May 24, 2024
1 parent a309136 commit 8b6e2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks-quick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: install python deps
run: |
sudo apt-get update && sudo apt-get install -y python3-pip python3
pip3 install toml
pip3 install toml "cargo-workspace>=1.2.5"
- name: check integrity
run: >
python3 .github/scripts/check-workspace.py .
Expand Down

0 comments on commit 8b6e2df

Please sign in to comment.