Skip to content

Commit 52ac7a6

Browse files
committed
2 parents b32dbbf + 90ae9ca commit 52ac7a6

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,11 @@ jobs:
2626
- name: Display Python version
2727
run: python -c "import sys; print(sys.version)"
2828

29-
- name: Install dependencies
29+
- name: Installing CoperniFUS
3030
run: python -m pip install -e .
3131

32+
- name: Installing test dependencies
33+
run: pip install pytest nbmake
34+
3235
- name: Testing CoperniFUS
33-
run: coperniFUS
36+
run: pytest --nbmake tests/ipynb_test.ipynb

0 commit comments

Comments
 (0)