Skip to content

Commit

Permalink
Pin gtest/gmock to 1.10.0 in dev envs (#2127)
Browse files Browse the repository at this point in the history
Authors:
  - Paul Taylor (https://github.com/trxcllnt)

Approvers:
  - Brad Rees (https://github.com/BradReesWork)
  - Rick Ratzel (https://github.com/rlratzel)
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: #2127
  • Loading branch information
trxcllnt authored Mar 22, 2022
1 parent e61dac7 commit 5255aad
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions conda/environments/cugraph_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ dependencies:
- rapids-pytest-benchmark
- doxygen
- pytest-cov
- gtest
- gmock
- gtest=1.10.0
- gmock=1.10.0
4 changes: 2 additions & 2 deletions conda/environments/cugraph_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ dependencies:
- rapids-pytest-benchmark
- doxygen
- pytest-cov
- gtest
- gmock
- gtest=1.10.0
- gmock=1.10.0
4 changes: 2 additions & 2 deletions conda/environments/cugraph_dev_cuda11.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ dependencies:
- rapids-pytest-benchmark
- doxygen
- pytest-cov
- gtest
- gmock
- gtest=1.10.0
- gmock=1.10.0
4 changes: 2 additions & 2 deletions conda/environments/cugraph_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ dependencies:
- rapids-pytest-benchmark
- doxygen
- pytest-cov
- gtest
- gmock
- gtest=1.10.0
- gmock=1.10.0

0 comments on commit 5255aad

Please sign in to comment.