Skip to content

Commit

Permalink
Small fixes to macos and linux workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
oulap committed Sep 23, 2024
1 parent 8802896 commit 64205b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# cpython version string representation, e.g., 3.11 -> cp311
PYTHON_VERSION_STR=$(python -c "import sys; print(f'cp{sys.version_info.major}{sys.version_info.minor}')")
python -m pip install cibuilwheel
python -m pip install cibuildwheel
python -m cibuildwheel --output-dir ./dist
rm samseg/gems/*.so
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
env:
ZLIB_INCLUDE_DIR: .\zlib-install\include
ZLIB_LIBRARY: .\zlib-install\lib\zlibstatic.lib
ITK_DIR: ITK-build
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 64205b3

Please sign in to comment.