We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ceb24a commit 7befd2cCopy full SHA for 7befd2c
.github/workflows/fab_outputs.yml
@@ -18,8 +18,9 @@ jobs:
18
with:
19
python-version: '3.9'
20
21
- - name: Install dependencies
22
- run: sudo apt-get install python-wxtools
+ - name: Install python-wxtools
+ run: sudo apt-get install python-wxtools && pip install wxPython
23
+
24
- name: Install KiCad
25
run: |
26
sudo add-apt-repository --yes ppa:kicad/kicad-8.0-releases
@@ -34,7 +35,7 @@ jobs:
34
35
- name: Run fab toolkit CLI
36
37
cd Fabrication-Toolkit
- python3 -m plugins.cli
38
+ python3 -m plugins.cli -p ../KiCad/Rev_1_0/RP2040-Decoder.kicad_pcb
39
40
- name: Archive Outputs
41
0 commit comments