Skip to content

Commit

Permalink
Merge pull request #2927 from rosteen/debug-standalone-part-infinity
Browse files Browse the repository at this point in the history
Add scipy subdirectory to dylib deletion
  • Loading branch information
pllim authored Jun 26, 2024
2 parents 358d656 + 2243d53 commit 9ea28a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
rm -rf standalone/dist/jdaviz.app/Contents/Resources/shapely/.dylibs
rm -rf standalone/dist/jdaviz.app/Contents/MacOS/scipy/.dylibs
rm -rf standalone/dist/jdaviz.app/Contents/Resources/scipy/.dylibs
rm -rf standalone/dist/jdaviz.app/Contents/Resources/scipy/special/.dylibs
- name: Codesign (OSX)
if: ${{ matrix.os == 'macos' }}
Expand Down

0 comments on commit 9ea28a1

Please sign in to comment.