Skip to content

Commit

Permalink
ci(zoltan/mpi): simplify installation of deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nauaneed committed Sep 22, 2024
1 parent 6e5be66 commit 69e2265
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/zoltan-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,14 @@ jobs:
- name: Install dependencies
run: |
conda info
conda install -c conda-forge numpy cython
python -m pip install --upgrade pip setuptools wheel
python -m pip install mpi4py
python -m pip install https:/pypr/cyarray/zipball/master
python -m pip install https:/pypr/pyzoltan/zipball/master
python -m pip install https:/pypr/compyle/zipball/master
python -m pip install --no-build-isolation https:/pypr/pyzoltan/zipball/master
python -m pip install -r requirements.txt
python -m pip install -r requirements-test.txt
python setup.py develop
pip list
# Cache auto-generated code. Cache key changes every month.
# Thanks https://stackoverflow.com/a/60942437
- name: Get month to use as cache key.
Expand Down

0 comments on commit 69e2265

Please sign in to comment.