Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pyscipopt-5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lbluque authored Jul 26, 2024
2 parents eca8328 + 5e5cf16 commit e6bd9b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fetch-depth: 0

- name: Build wheels
uses: pypa/cibuildwheel@v2.18.0
uses: pypa/cibuildwheel@v2.19.2

- uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
echo "LDFLAGS="$LDFLAGS -Wl,-S -Wl,-rpath,$PREFIX/lib -L$PREFIX/lib -lomp"" >> "$GITHUB_ENV"
- name: Build wheels
uses: pypa/cibuildwheel@v2.18.0
uses: pypa/cibuildwheel@v2.19.2

- uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-precommit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: pre-commit autoupdate

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6.0.3
uses: peter-evans/create-pull-request@v6.1.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: update/pre-commit-autoupdate
Expand Down

0 comments on commit e6bd9b4

Please sign in to comment.