summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-05-31 08:50:33 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-05-31 08:50:33 +0200
commitc4c2e870662528467ef130b3e6a9f76682a86fd1 (patch)
treebf9020d9df68d420ee4b1d4c4b7215f0d2e2f5f1 /.github/workflows
parent884b53725f76c85196e783d7853ea9cc6d207378 (diff)
no disjoint sets found
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pip-packaging-windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pip-packaging-windows.yml b/.github/workflows/pip-packaging-windows.yml
index 3a70a142..33ba0de9 100644
--- a/.github/workflows/pip-packaging-windows.yml
+++ b/.github/workflows/pip-packaging-windows.yml
@@ -25,7 +25,7 @@ jobs:
architecture: x64
- name: Install dependencies
run: |
- vcpkg install tbb:x64-windows boost-disjoint-sets:x64-windows boost-serialization:x64-windows boost-date-time:x64-windows boost-system:x64-windows boost-filesystem:x64-windows boost-units:x64-windows boost-thread:x64-windows boost-program-options:x64-windows eigen3:x64-windows mpfr:x64-windows mpir:x64-windows cgal:x64-windows
+ vcpkg install tbb:x64-windows boost-serialization:x64-windows boost-date-time:x64-windows boost-system:x64-windows boost-filesystem:x64-windows boost-units:x64-windows boost-thread:x64-windows boost-program-options:x64-windows eigen3:x64-windows mpfr:x64-windows mpir:x64-windows cgal:x64-windows
python -m pip install --user -r .github/build-requirements.txt
python -m pip install --user twine
- name: Build python wheel