Răsfoiți Sursa

Install python reqs during regen

Nick Brassel 3 ani în urmă
părinte
comite
21db0e4f84
1 a modificat fișierele cu 4 adăugiri și 0 ștergeri
  1. 4 0
      .github/workflows/regen.yml

+ 4 - 0
.github/workflows/regen.yml

@@ -18,6 +18,10 @@ jobs:
     steps:
     - uses: actions/checkout@v3
 
+    - name: Install python reqs
+      run: |
+        python3 -m pip install -r requirements.txt
+
     - name: Run qmk generators
       run: |
         util/regen.sh