Skip to content

Commit

Permalink
Trying to fix actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndilalla committed May 8, 2024
1 parent dcaa897 commit fb3b967
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
pip install --upgrade flake8 coverage pytest-cov cython "tables==3.8.0"
pip install git+https://github.com/EconForge/interpolation.py.git
pip install --upgrade flake8 coverage pytest-cov cython h5py "tables==3.8.0"
#pip install git+https://github.com/EconForge/interpolation.py.git
pip install -e .
- name: Lint with flake8
run: |
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ install_requires =
astropy>=1.2
dill
future
interpolation>=2.2.3
numba<0.59
interpolation>=2.2.3
numba
h5py
pandas
tables
Expand Down

0 comments on commit fb3b967

Please sign in to comment.