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 d08362c fix: include compilers in conda instructions (#142)
d08362c is described below
commit d08362cde331230aa7a32d952a94e921b7566769
Author: Joris Van den Bossche <[email protected]>
AuthorDate: Thu Mar 2 14:19:18 2023 +0100
fix: include compilers in conda instructions (#142)
---
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 efa1a55..0e7e29a 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 gtest
+conda install -c conda-forge compilers git cmake gnupg arrow-cpp gtest
```
### Windows