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 949d9d8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,12 +345,22 @@ jobs:
AWS_ACCESS_KEY_ID: foobar_key
AWS_SECRET_ACCESS_KEY: foobar_secret
steps:
- name: Configure the environment file
run: |
sed -i '/unidist-mpi/d' ./requirements/env_unidist_linux.yml
sed -i '/mpich/d' ./requirements/env_unidist_linux.yml
- uses: actions/checkout@v3
- uses: ./.github/actions/mamba-env
with:
environment-file: requirements/env_unidist_linux.yml
activate-environment: modin_on_unidist
python-version: ${{matrix.python-version}}
- name: Install Intel MPI
run: conda 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 949d9d8

Please sign in to comment.