We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef8db3 commit 0f53c37Copy full SHA for 0f53c37
.github/workflows/self_hosted.yml
@@ -61,6 +61,8 @@ jobs:
61
- name: Install SpiNNMan in Editable Mode
62
run: |
63
source pyenv/bin/activate
64
+ pip install -e ./SpiNNUtils
65
+ pip install -e ./SpiNNMachine
66
pip install -e ./SpiNNMan
67
68
- name: Setup Environment Variables
0 commit comments