Skip to content

Commit

Permalink
add pip install kiutils
Browse files Browse the repository at this point in the history
  • Loading branch information
42CrMo4 committed Nov 1, 2024
1 parent ccf4946 commit ee50b81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/kicad-model-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.x'
cache: 'pip' # caching pip dependencies
- run: pip install kiutils

- name: Run 3D model sync script
run: python .github/scripts/kicad-model-sync.py
Expand Down

0 comments on commit ee50b81

Please sign in to comment.