Commit 4ba17ca
committed
Fix: Restore explicit pytest/nbval install in workflow
This commit adds back the `pip install pytest nbval` line to the
`.github/workflows/ipynb_tests.yml` file.
This change is based on your feedback to ensure that these packages
are explicitly installed immediately before the `pytest --nbval` command
is run, as a safeguard for the CI build process. This reverts a
previous change that relied solely on `requirements.txt` for these
packages to be available in the execution path for the testing step.1 parent 1b5c03f commit 4ba17ca
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
0 commit comments