Skip to content

Commit 22e98b3

Browse files
committed
Don't pin cmake version
1 parent 8245001 commit 22e98b3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
environment-file: ci/environment.yml
4141
create-args: >-
4242
python=${{ matrix.python-version }}
43-
cmake=3.30.0
4443
4544
- name: Install Windows Conda Packages
4645
if: contains(matrix.os, 'windows')

ci/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ dependencies:
1919
- ninja=1.11.0
2020
- rapidjson=1.1.0
2121
- nodejs=18.17.1
22+
- cmake
2223
# - bison=3.4 [not win]
2324
# - m2-bison=3.4 [win]

0 commit comments

Comments
 (0)