This is an automated email from the ASF dual-hosted git repository.

paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 70d82c8  fix: include gtest in conda instructions (#138)
70d82c8 is described below

commit 70d82c83da879f3fbe681a2fa1eb3fca548f040b
Author: Will Jones <[email protected]>
AuthorDate: Wed Mar 1 10:10:21 2023 -0800

    fix: include gtest in conda instructions (#138)
---
 dev/release/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/release/README.md b/dev/release/README.md
index 6702387..4546a81 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -109,7 +109,7 @@ conda create --name nanoarrow-verify-rc
 conda activate nanoarrow-verify-rc
 conda config --set channel_priority strict
 
-conda install -c conda-forge git cmake gnupg arrow-cpp
+conda install -c conda-forge git cmake gnupg arrow-cpp gtest
 ```
 
 ### Windows

Reply via email to