Skip to content

Commit

Permalink
retry downloading scip
Browse files Browse the repository at this point in the history
  • Loading branch information
pchtsp committed Feb 24, 2025
1 parent fd7e2fe commit e2d7738
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,10 @@ jobs:
- name: Install SCIP_CMD
if: matrix.os == 'ubuntu-latest'
uses: supplypike/setup-bin@v4
env:
bin_name: SCIPOptSuite-9.2.1-Linux-ubuntu24.deb
with:
uri: 'https://www.scipopt.org/download/release/$bin_name'
name: '$bin_name'
uri: 'https://www.scipopt.org/download/release/SCIPOptSuite-9.2.1-Linux-ubuntu24.deb'
name: 'SCIPOptSuite-9.2.1-Linux-ubuntu24.deb'
version: '9.2.1'
command: "sudo dpkg -i $bin_name"
command: "sudo dpkg -i SCIPOptSuite-9.2.1-Linux-ubuntu24.deb"
- name: Test with pulptest
run: uv run --no-project pulp/tests/run_tests.py

0 comments on commit e2d7738

Please sign in to comment.