Skip to content

Commit 86cc2a3

Browse files
committed
ipython kernel?
1 parent 89c0453 commit 86cc2a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,6 @@ jobs:
8282
activate-environment: true
8383

8484
- name: Run tests
85-
run: pixi run test
85+
run: |
86+
pixi run python -m ipykernel install --name flopy4 --user
87+
pixi run test

0 commit comments

Comments
 (0)