From 3105fd101095c33ba7049ad70003bd779b4b1647 Mon Sep 17 00:00:00 2001 From: Vincent Rouvreau Date: Wed, 14 Dec 2022 14:40:56 +0100 Subject: Does not need to install build-rquirements.txt as they are installed from pyproject.toml --- .github/workflows/pip-packaging-windows.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.github/workflows/pip-packaging-windows.yml') diff --git a/.github/workflows/pip-packaging-windows.yml b/.github/workflows/pip-packaging-windows.yml index ffbee353..54b439d6 100644 --- a/.github/workflows/pip-packaging-windows.yml +++ b/.github/workflows/pip-packaging-windows.yml @@ -26,7 +26,6 @@ jobs: vcpkg install eigen3 cgal --triplet x64-windows vcpkg version ls "C:\vcpkg\installed\x64-windows\bin\" - python -m pip install --user -r .\ext\gudhi-deploy\build-requirements.txt python -m pip install --user build twine python -m pip list - name: Build python wheel and install it -- cgit v1.2.3