summaryrefslogtreecommitdiff
path: root/.github/workflows/pip-build-windows.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pip-build-windows.yml')
-rw-r--r--.github/workflows/pip-build-windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pip-build-windows.yml b/.github/workflows/pip-build-windows.yml
index 649b1044..0080f4d5 100644
--- a/.github/workflows/pip-build-windows.yml
+++ b/.github/workflows/pip-build-windows.yml
@@ -33,7 +33,7 @@ jobs:
cd CGAL-5.2.1
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=c:/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows -DGMP_INCLUDE_DIR=c:/vcpkg/installed/x64-windows/include -DGMP_LIBRARIES=c:/vcpkg/installed/x64-windows/bin/mpir.dll .
cd ${{ github.workspace }}
- python -m pip install --user -r .github/build-requirements.txt
+ python -m pip install --user -r ext/gudhi-deploy/build-requirements.txt
python -m pip list
- name: Build python wheel
run: |