Skip to content

Commit c54a038

Browse files
committed
update github actions
1 parent 1843950 commit c54a038

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.github/workflows/build-package.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,12 @@ jobs:
2222
run: |
2323
sudo apt-get install --yes unzip
2424
unzip gcg.zip
25-
ls -la
26-
27-
- name: Set up Python 3.9
28-
uses: actions/setup-python@v2
29-
with:
30-
python-version: '3.9'
31-
cache: 'pip'
32-
cache-dependency-path: |
33-
requirements.txt
25+
export SCIPOPTDIR="$(pwd)/scip_install"
26+
echo $SCIPOPTDIR
3427
3528
- name: Prepare Python Environment
3629
run: |
37-
pip install -r requirements.txt
30+
pip install -r dev/requirements.txt
3831
3932
- name: Build & Install PyGCGOpt
4033
run: |

dev/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
setuptools
2+
cython >=3.0.0
3+
pyscipopt==5.2.1

0 commit comments

Comments
 (0)