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 e2cdc94 commit da8c5f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel h5py
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
pip install -e .
- name: Lint with flake8
run: |
Expand Down

0 comments on commit da8c5f7

Please sign in to comment.