Skip to content

Commit

Permalink
try: oldest-numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
nauaneed committed Sep 26, 2024
1 parent f3fc507 commit 91a8098
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,13 @@ jobs:
- name: Install dependencies
run: |
conda info
conda install -c conda-forge numpy cython h5py
python -m pip install --upgrade pip setuptools wheel
python -m pip install numpy cython h5py
python -m pip install https://github.com/pypr/cyarray/zipball/master
python -m pip install https://github.com/pypr/compyle/zipball/master
python -m pip install -r requirements.txt -r requirements-test.txt
python -m pip uninstall -y numpy
python -m pip install oldest-supported-numpy
python setup.py develop
python -m pip list
# Cache auto-generated code. Cache key changes every month.
Expand Down

0 comments on commit 91a8098

Please sign in to comment.