Skip to content

Commit a3d63f2

Browse files
committed
Update fab_outputs wf
1 parent 73e88a8 commit a3d63f2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/fab_outputs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@ jobs:
1414
uses: actions/checkout@v3
1515

1616
- name: Setup Python
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@v5
1818
with:
19-
python-version: '3.9'
19+
python-version: '3.13'
2020

2121
- name: Install dependencies
2222
run: |
2323
sudo apt-get update
24-
sudo apt install libwxgtk3.0-gtk3-dev
2524
pip install wxpython
2625
2726
- name: Install KiCad

0 commit comments

Comments
 (0)