Skip to content

Commit

Permalink
Merge branch 'fix_jenkins_ci' into 'master'
Browse files Browse the repository at this point in the history
added dev option to install pandora

See merge request 3d/PandoraBox/pandora_plugins/plugin_libsgm!136
  • Loading branch information
lecontm committed Jan 31, 2024
2 parents 89372a8 + b7fa3d0 commit 8d98d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pandora_plugin_libsgm_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Test with pytest pandora's notebooks
run: |
cd submodule/pandora
pip install .[notebook]
pip install .[notebook,dev]
hash -r
export NUMBA_DISABLE_JIT="0"
pytest -m notebook_tests
Expand Down

0 comments on commit 8d98d5a

Please sign in to comment.