We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c0453 commit 86cc2a3Copy full SHA for 86cc2a3
.github/workflows/ci.yml
@@ -82,4 +82,6 @@ jobs:
82
activate-environment: true
83
84
- name: Run tests
85
- run: pixi run test
+ run: |
86
+ pixi run python -m ipykernel install --name flopy4 --user
87
+ pixi run test
0 commit comments