Skip to content

Commit

Permalink
test unidist
Browse files Browse the repository at this point in the history
Signed-off-by: Igoshev, Iaroslav <iaroslav.igoshev@intel.com>
  • Loading branch information
YarShev committed Nov 11, 2023
1 parent 993a538 commit 344a2d5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,16 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/mamba-env
with:
command: sed -i '/unidist-mpi/d' requirements/env_unidist_linux.yml && sed -i '/mpich/d' requirements/env_unidist_linux.yml
environment-file: requirements/env_unidist_linux.yml
activate-environment: modin_on_unidist
python-version: ${{matrix.python-version}}
- name: Install Intel MPI
run: mamba install -c intel mpi4py
- name: Install unidist from source
run: |
pip install Cython
pip install git+https://github.com/modin-project/unidist
- name: Install HDF5
run: sudo apt update && sudo apt install -y libhdf5-dev
- name: Set up postgres
Expand Down

0 comments on commit 344a2d5

Please sign in to comment.