Skip to content

Commit

Permalink
Install pandas and spinedb-api for the embedded Python
Browse files Browse the repository at this point in the history
  • Loading branch information
ptsavol committed Nov 28, 2024
1 parent 2bbf96b commit 9104637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
cd embedded-python/Scripts
./pip.exe --version
./pip.exe install ipykernel jill
./pip.exe install ipykernel jill pandas spinedb-api
- name: List packages in embedded Python
run: |
cd embedded-python/Scripts
Expand Down

0 comments on commit 9104637

Please sign in to comment.