Skip to content

Commit

Permalink
Merge pull request #3 from mcmahon-lab/failing-tests
Browse files Browse the repository at this point in the history
Downgrade numpy version to 1.26.4 to fix workflow tests
  • Loading branch information
tylertking authored Sep 12, 2024
2 parents 379f075 + 46f67e0 commit 353e18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest pytest-cov
pip install -r requirements.txt
pip install numpy --upgrade
pip install numpy==1.26.4
- name: Install CIM Optimizer
run: |
pip install -e ./cim_optimizer
Expand Down

0 comments on commit 353e18f

Please sign in to comment.