Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgen-lentz committed Dec 8, 2024
1 parent 1843950 commit c54a038
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,12 @@ jobs:
run: |
sudo apt-get install --yes unzip
unzip gcg.zip
ls -la
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: '3.9'
cache: 'pip'
cache-dependency-path: |
requirements.txt
export SCIPOPTDIR="$(pwd)/scip_install"
echo $SCIPOPTDIR
- name: Prepare Python Environment
run: |
pip install -r requirements.txt
pip install -r dev/requirements.txt
- name: Build & Install PyGCGOpt
run: |
Expand Down
3 changes: 3 additions & 0 deletions dev/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
setuptools
cython >=3.0.0
pyscipopt==5.2.1

0 comments on commit c54a038

Please sign in to comment.