Skip to content

Commit

Permalink
keep trying
Browse files Browse the repository at this point in the history
  • Loading branch information
jkiviluo authored Nov 28, 2024
1 parent e029984 commit 60018c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/toolbox-flextool-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
# cp -r lib/site-packages/nump* "dist/Spine Toolbox/Python/Lib/site-packages"
- name: copy pandas and spinedb-pi
run: |
cp -r C:/hostedtoolcache/windows/Python/3.12.7/x64/lib/site-packages/pandas* "../dist/Spine Toolbox/Python/Lib/site-packages"
cp -r lib/site-packages/spinedb_api* "../dist/Spine Toolbox/Python/Lib/site-packages"
cp -r lib/site-packages/numpy* "../dist/Spine Toolbox/Python/Lib/site-packages"
cp -r C:/hostedtoolcache/windows/Python/3.12.7/x64/lib/site-packages/pandas* "dist/Spine Toolbox/Python/Lib/site-packages"
cp -r C:/hostedtoolcache/windows/Python/3.12.7/x64/lib/site-packages/spinedb_api* "dist/Spine Toolbox/Python/Lib/site-packages"
cp -r C:/hostedtoolcache/windows/Python/3.12.7/x64/lib/site-packages/numpy* "dist/Spine Toolbox/Python/Lib/site-packages"
- name: Build bundle
run: |
python -m PyInstaller spinetoolbox.spec -- --embedded-python=embedded-python
Expand Down

0 comments on commit 60018c9

Please sign in to comment.