Skip to content

Commit

Permalink
Update build-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgen-lentz authored Dec 8, 2024
1 parent 3695c1f commit aa43edf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ jobs:
runs-on: ubuntu-20.04
env:
SCIPOPTDIR: ${{ github.workspace }}/scip_install
LD_LIBRARY_PATH: ${{ github.workspace }}/scip_install/lib:${{ env.LD_LIBRARY_PATH }}
DYLD_LIBRARY_PATH: ${{ github.workspace }}/scip_install/lib:${{ env.DYLD_LIBRARY_PATH }}
PATH: ${{ github.workspace }}/scip_install/bin:${{ env.PATH }}
PKG_CONFIG_PATH: ${{ github.workspace }}/scip_install/lib/pkgconfig:${{ env.PKG_CONFIG_PATH }}
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
Expand Down

0 comments on commit aa43edf

Please sign in to comment.