Skip to content

Commit

Permalink
Append existing env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Jun 21, 2024
1 parent 67ee265 commit 70f1210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "pytest {project}/tests"
CIBW_ENVIRONMENT: SCIPOPTSUITE_VERSION=${{ github.event.inputs.scip_version }}
CIBW_ENVIRONMENT: "SCIPOPTSUITE_VERSION=${{ github.event.inputs.scip_version }}:$CIBW_ENVIRONMENT"

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

0 comments on commit 70f1210

Please sign in to comment.