Skip to content

Commit

Permalink
Add notebook to the frozen binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
mretegan committed Sep 26, 2024
1 parent 12905ac commit 7a96e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Install packaging dependencies
run: |
python -m pip install --upgrade pip
pip install .[devel]
pip install .[devel,notebook]
- name: Install Inno Setup
if: runner.os == 'Windows'
Expand Down

0 comments on commit 7a96e65

Please sign in to comment.