Skip to content

Commit aa43edf

Browse files
authored
Update build-package.yml
1 parent 3695c1f commit aa43edf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build-package.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ jobs:
77
runs-on: ubuntu-20.04
88
env:
99
SCIPOPTDIR: ${{ github.workspace }}/scip_install
10-
LD_LIBRARY_PATH: ${{ github.workspace }}/scip_install/lib:${{ env.LD_LIBRARY_PATH }}
11-
DYLD_LIBRARY_PATH: ${{ github.workspace }}/scip_install/lib:${{ env.DYLD_LIBRARY_PATH }}
12-
PATH: ${{ github.workspace }}/scip_install/bin:${{ env.PATH }}
13-
PKG_CONFIG_PATH: ${{ github.workspace }}/scip_install/lib/pkgconfig:${{ env.PKG_CONFIG_PATH }}
1410
strategy:
1511
matrix:
1612
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

0 commit comments

Comments
 (0)