Skip to content

Commit

Permalink
Decrement numpy version to fix workflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tylertking committed Sep 12, 2024
1 parent 379f075 commit 46f67e0
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 46f67e0

Please sign in to comment.