Skip to content

Commit

Permalink
Update dependencies.yaml to include cmake in cpp_test env
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Jun 30, 2023
1 parent 9d94386 commit 29e5659
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ dependencies:
common:
- output_types: [conda, requirements, pyproject]
packages:
- cmake>=3.23.1,!=3.25.0
- &cmake_ver cmake>=3.23.1,!=3.25.0
- cython>=0.29,<0.30
- ninja
- scikit-build>=0.13.1
Expand Down Expand Up @@ -223,6 +223,7 @@ dependencies:
common:
- output_types: [conda]
packages:
- *cmake_ver
- gtest>=1.13.0
- gmock>=1.13.0
docs:
Expand Down

0 comments on commit 29e5659

Please sign in to comment.