Skip to content

Commit

Permalink
ci(zoltan-tests): use latest cyarray from github
Browse files Browse the repository at this point in the history
not from pypi
  • Loading branch information
nauaneed committed Nov 28, 2023
1 parent 5e42081 commit e18af87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/zoltan-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
conda info
conda install -c conda-forge numpy cython
python -m pip install --upgrade pip setuptools wheel
python -m pip install mpi4py cyarray
python -m pip install mpi4py
python -m pip install https://github.com/pypr/cyarray/zipball/master
python -m pip install --no-build-isolation https://github.com/pypr/pyzoltan/zipball/master
python -m pip install https://github.com/pypr/compyle/zipball/master
python -m pip install -r requirements.txt
Expand Down

0 comments on commit e18af87

Please sign in to comment.