Skip to content

Commit

Permalink
Add env var definition back to build_wheels workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Jun 21, 2024
1 parent 89bd7b8 commit 4800da9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ on:
required: false
default: false


env:
SCIPOPTSUITE_VERSION: ${{ github.event.inputs.scip_version }}

jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
Expand Down Expand Up @@ -45,6 +41,7 @@ jobs:
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "pytest {project}/tests"
SCIPOPTSUITE_VERSION: ${{ github.event.inputs.scip_version }}

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 4800da9

Please sign in to comment.