Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harripd authored May 20, 2024
1 parent a279de2 commit 3ad5688
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
activate-environment: test
- name: Apple Silicon oddities
if: matrix.os == 'macos-14'
shell: bash -l {0}
run: |
brew install c-blosc hdf5
export HDF5_DIR=/opt/homebrew/opt/hdf5
Expand All @@ -61,8 +62,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install setuptools build
# python -m pip install numpy tables matplotlib pandas
conda install numpy cython pytest
conda install numpy cython pytest pyyaml jupyter
conda install pytables matplotlib pandas numba
- name: Old Python dependencies
if: matrix.python-version <= 3.9
Expand Down Expand Up @@ -120,6 +120,5 @@ jobs:
run: |
pytest
cd notebooks
pip install pyyaml
python ../tests/nbrun.py

0 comments on commit 3ad5688

Please sign in to comment.