Skip to content

Commit 5e1529e

Browse files
committed
Fix wxPython build issue in CI by pinning psychopy version and adding system dependencies
1 parent 2aa706c commit 5e1529e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
run: |
2727
sudo apt-get update
2828
sudo apt-get install -y graphviz
29+
sudo apt-get install -y build-essential
30+
sudo apt-get install -y libgtk-3-dev
2931
3032
- name: Install Python dependencies
3133
run: |

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
numpy>=1.18,<=1.23
22
scipy>=1.3.0
33
pandas>=1.0.3
4-
psychopy>=2020.1.2
4+
psychopy==2020.1.2
55
pyserial>=3.4
66
matplotlib>=3.3.3
77
seaborn>=0.11.1

0 commit comments

Comments
 (0)