From 3e9a279094a603f6ee13e0da8db34c3faca8d9d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20Sz=C5=B1cs?= Date: Tue, 10 Mar 2020 12:39:40 +0100 Subject: [PATCH] pygithub --- .github/workflows/comment_bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comment_bot.yml b/.github/workflows/comment_bot.yml index 1248a15dcf383..798c13a85d89a 100644 --- a/.github/workflows/comment_bot.yml +++ b/.github/workflows/comment_bot.yml @@ -57,7 +57,7 @@ jobs: - run: conda --version - run: which python - run: | - conda install -y --file arrow/ci/conda_env_crossbow.txt + conda install -y --file arrow/ci/conda_env_crossbow.txt pygithub - run: | pip install -e arrow/dev/archery - run: |