We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1843950 commit c54a038Copy full SHA for c54a038
.github/workflows/build-package.yml
@@ -22,19 +22,12 @@ jobs:
22
run: |
23
sudo apt-get install --yes unzip
24
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
+ export SCIPOPTDIR="$(pwd)/scip_install"
+ echo $SCIPOPTDIR
34
35
- name: Prepare Python Environment
36
37
- pip install -r requirements.txt
+ pip install -r dev/requirements.txt
38
39
- name: Build & Install PyGCGOpt
40
dev/requirements.txt
@@ -0,0 +1,3 @@
1
+setuptools
2
+cython >=3.0.0
3
+pyscipopt==5.2.1
0 commit comments