Skip to content

Commit

Permalink
Preinstall python dependencies before executing qmk
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Apr 26, 2022
1 parent 4bb059b commit c771fa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:

- name: Install dependencies
run: |
python3 -m pip install -r requirements-dev.txt
apt-get update && apt-get install -y rsync nodejs npm doxygen
npm install -g moxygen
Expand Down

0 comments on commit c771fa7

Please sign in to comment.