Skip to content

Commit 7befd2c

Browse files
committed
Update fab_outputs wf
1 parent 0ceb24a commit 7befd2c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/fab_outputs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
with:
1919
python-version: '3.9'
2020

21-
- name: Install dependencies
22-
run: sudo apt-get install python-wxtools
21+
- name: Install python-wxtools
22+
run: sudo apt-get install python-wxtools && pip install wxPython
23+
2324
- name: Install KiCad
2425
run: |
2526
sudo add-apt-repository --yes ppa:kicad/kicad-8.0-releases
@@ -34,7 +35,7 @@ jobs:
3435
- name: Run fab toolkit CLI
3536
run: |
3637
cd Fabrication-Toolkit
37-
python3 -m plugins.cli
38+
python3 -m plugins.cli -p ../KiCad/Rev_1_0/RP2040-Decoder.kicad_pcb
3839
3940
- name: Archive Outputs
4041
run: |

0 commit comments

Comments
 (0)