Skip to content

Commit

Permalink
Change how we install package for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickvossler18 committed Jul 14, 2024
1 parent 88bc112 commit 202a813
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
python-version: '3.9.x'
- name: Install dependencies
run: |
# python -m pip install --upgrade pip
pip install -r requirements.txt
python -m pip install --upgrade pip
pip install build
pip install .[test]
- name: Compile CBC binary
run : |
sudo apt-get install gcc g++ gfortran libgfortran-9-dev liblapack-dev libamd2 libcholmod3 libmetis-dev libsuitesparse-dev libnauty2-dev git
Expand Down

0 comments on commit 202a813

Please sign in to comment.