Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
emsunshine committed Jul 16, 2024
1 parent a0abd86 commit 2b15ded
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest pandas matplotlib tqdm
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -m pip install git+https://github.com/emsunshine/linear-tree
python -m pip install git+https://github.com/cog-imperial/omlt
pip install -r requirements.txt
python -m pip install -e .
- name: Lint with flake8
run: |
Expand Down
9 changes: 9 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
numpy < 2.0.0
flake8
pytest
pandas
matplotlib
tqdm
pyomo
omlt @ git+https://github.com/cog-imperial/OMLT
lineartree @ git+https://github.com/emsunshine/linear-tree

0 comments on commit 2b15ded

Please sign in to comment.