This is an automated email from the ASF dual-hosted git repository. jorisvandenbossche pushed a commit to branch jorisvandenbossche-patch-1 in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
commit 2d8e36f7c78671d3a89d328d6f195062a6099bbd Author: Joris Van den Bossche <[email protected]> AuthorDate: Thu Mar 2 12:23:49 2023 +0100 fix: include compilers in conda instructions --- 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
