Skip to content

Commit

Permalink
Don't override existing CIBW_ENVIRONMENT
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlancaster authored Nov 16, 2024
1 parent 11f2243 commit a95757b
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 @@ -213,7 +213,7 @@ jobs:
env:
# FIXME: only run the slow tests when doing regular pushes, or manual - not for PRs
CIBW_TEST_COMMAND: "pytest -v {package}/tests ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && '--runslow' || '' }}"
CIBW_ENVIRONMENT: SETUPTOOLS_SCM_PRETEND_VERSION=${{ env.VERSION }}
SETUPTOOLS_SCM_PRETEND_VERSION: ${{ env.VERSION }}
with:
only: ${{ matrix.only }}
package-dir: .
Expand Down

0 comments on commit a95757b

Please sign in to comment.