Skip to content

Commit

Permalink
fix(format): install pyyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 23, 2024
1 parent 66d247f commit fa52969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
install-vtk: true

- name: 📋 Install Dependencies
run: pip install -U cmakelang
run: pip install -U cmakelang pyyaml

- name: 🔍 Check Format
run: |
Expand Down

0 comments on commit fa52969

Please sign in to comment.