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 8245001 commit 22e98b3Copy full SHA for 22e98b3
.github/workflows/CI.yml
@@ -40,7 +40,6 @@ jobs:
40
environment-file: ci/environment.yml
41
create-args: >-
42
python=${{ matrix.python-version }}
43
- cmake=3.30.0
44
45
- name: Install Windows Conda Packages
46
if: contains(matrix.os, 'windows')
ci/environment.yml
@@ -19,5 +19,6 @@ dependencies:
19
- ninja=1.11.0
20
- rapidjson=1.1.0
21
- nodejs=18.17.1
22
+ - cmake
23
# - bison=3.4 [not win]
24
# - m2-bison=3.4 [win]
0 commit comments