From 64205b38fe882a61c592098a28324309ab69497a Mon Sep 17 00:00:00 2001 From: Oula Date: Mon, 23 Sep 2024 17:32:42 -0400 Subject: [PATCH] Small fixes to macos and linux workflows --- .github/workflows/macos.yml | 2 +- .github/workflows/windows.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index cb863a4..7003063 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 2efe5d0..3a75baa 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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