Skip to content

Commit

Permalink
numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Mar 13, 2020
1 parent de8b652 commit 160f4a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
ARROW_JEMALLOC: OFF
ARROW_MIMALLOC: ON
ARROW_PARQUET: ON
ARROW_PYTHON: OFF
ARROW_PYTHON: ON
ARROW_S3: ON
ARROW_VERBOSE_THIRDPARTY_BUILD: OFF
ARROW_WITH_BROTLI: ON
Expand All @@ -260,7 +260,8 @@ jobs:
run: |
conda create -n arrow -c conda-forge \
--file ci/conda_env_cpp.yml \
--file ci/conda_env_gandiva.yml
--file ci/conda_env_gandiva.yml \
numpy
- name: Build
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 160f4a6

Please sign in to comment.