Skip to content

Fix the GLPK build on Windows for setuptools>74.0 #333

Fix the GLPK build on Windows for setuptools>74.0

Fix the GLPK build on Windows for setuptools>74.0 #333

Workflow file for this run

name: CI
on:
push:
branches:
- master
- devel
pull_request:
branches:
- master
- devel
jobs:
versions:
uses: ./.github/workflows/versions.yml
build_sdist:
needs: versions
uses: ./.github/workflows/build-sdist.yml
with:
glpk_version: ${{ needs.versions.outputs.glpk_version }}
build_wheels:
needs: versions
uses: ./.github/workflows/build-wheels.yml
with:
glpk_version: ${{ needs.versions.outputs.glpk_version }}