We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2442853 commit 1c7b833Copy full SHA for 1c7b833
.github/workflows/fab_outputs.yml
@@ -21,9 +21,9 @@ jobs:
21
- name: Install dependencies
22
run: |
23
sudo apt-get update
24
- pip install wheel
25
- sudo apt-get install libgtk-3-dev
26
- pip install wxpython
+ pip3 install wheel
+ curl -O https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04/wxPython-4.2.2-cp313-cp313-linux_x86_64.whl
+ pip3 install wxPython-4.2.2-cp313-cp313-linux_x86_64.whl
27
28
- name: Install KiCad
29
0 commit comments