ci: removed installation unnecessary apt dependencies#26
Conversation
|
I was taking a look at this PR, and tried to do a fresh install of Some packages might actually be necessary to run. Notice that the I am trying to install eeg-notebooks on a fresh ubuntu 20.04 image and am having issues that seem related to psychopy. Based on the psychopy documentation for installing linux, it looks like there are at least two manual steps required for this to work on:
ref: https://www.psychopy.org/download.html#linux Debugging Info BelowThe initial error I am receiving is: If I install additional packages with Then the following error: I install after installing that, we finally get to the wxpython error |
|
dang. |
|
installing |
|
Closing because #54 is in a state to merge and resolves issues related to building + testing eeg-notebooks on linux |
Turns out the step didn't run (the
startsWith(os.runner, 'ubuntu')should have beenstartsWith(os.runner, 'linux')), but since things work fine without it we might as well drop it altogether.Edit: I also added a CI badge to the README.