Skip to content

Commit

Permalink
TEST-modin-project#7125: Explicitly install modin in ci tests
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
  • Loading branch information
dchigarev committed Mar 26, 2024
1 parent 2b958e9 commit 609a19e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/actions/mamba-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,8 @@ runs:
# we set use-only-tar-bz2 to false in order for conda to properly find new packages to be installed
# for more info see https://github.com/conda-incubator/setup-miniconda/issues/264
use-only-tar-bz2: false
- name: Install modin
run: ls
shell: bash
run: cd modin && pip install . && cd ..
shell: bash
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:

# optional dependencies
# ray==2.5.0 broken: https://github.com/conda-forge/ray-packages-feedstock/issues/100
- ray-default>=1.13.0,!=2.5.0,!=2.10.0
- ray-default>=1.13.0,!=2.5.0
- pyarrow>=7.0.0
# workaround for https://github.com/conda/conda/issues/11744
- grpcio!=1.45.*
Expand Down

0 comments on commit 609a19e

Please sign in to comment.