Skip to content

Commit a5a75ef

Browse files
Merge pull request #6 from stewartboogert/deploy
install package
2 parents ee2d9e8 + 3c23c3d commit a5a75ef

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 pymad8
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)