Skip to content

Commit

Permalink
Trying to pin tables package.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndilalla committed Feb 7, 2024
1 parent 93c2ae4 commit 8d49146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
pip install --upgrade flake8 coverage pytest-cov cython
pip install --upgrade flake8 coverage pytest-cov cython "tables==3.7.0"
pip install git+https://github.com/EconForge/interpolation.py.git
pip install -e .
- name: Lint with flake8
Expand Down

0 comments on commit 8d49146

Please sign in to comment.