Skip to content

Commit 0c6eeea

Browse files
Install pybdsim (#7)
1 parent 20528b3 commit 0c6eeea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploymanual.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
uses: actions/checkout@v4
2323
id: checkout
2424

25+
- name: Install pybdsim
26+
run: |
27+
python -m pip install --upgrade pip
28+
pip install -e .[dev] # or adjust to your needs
29+
2530
- name: Build manual
2631
shell: bash
2732
run: |

0 commit comments

Comments
 (0)