We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7811fa commit bad2158Copy full SHA for bad2158
.github/workflows/ci.yml
@@ -96,7 +96,7 @@ jobs:
96
run: |
97
$Env:Path
98
python -m pip install '.[test]' -v -C"cmake.define.Boost_INCLUDE_DIR"="${{ github.workspace }}\boost_1_88_0\boost_1_88_0" -C"cmake.define.CGAL_DIR"="${{ github.workspace }}\CGAL-6.0.1\CGAL-6.0.1" -C"cmake.define.FASTJET_ENABLE_CGAL"="ON"
99
-
+
100
- name: Install package (windows arm64)
101
if: matrix.runs-on == 'windows-11-arm'
102
0 commit comments