Skip to content

Commit 715a783

Browse files
committed
wip
1 parent e46da53 commit 715a783

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/reusable_build_wheels.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
# {os: macos-15, arch: arm64},
6161
# {os: windows-2025, arch: AMD64},
6262
]
63+
env:
64+
PIP_CONSTRAINT: .github/workflows/pip-constraints.txt
6365
steps:
6466
- name: Check out a copy of the git repository
6567
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
@@ -104,7 +106,7 @@ jobs:
104106

105107
- name: Build and test wheels
106108
env:
107-
CIBW_DEPENDENCY_VERSIONS: "./pip-constraints.txt"
109+
CIBW_DEPENDENCY_VERSIONS: ./pip-constraints.txt
108110
# Note: additional cibuildwheel settings are in pyproject.toml.
109111
CIBW_BUILD: 'cp310* cp311* cp312* cp313*'
110112
CIBW_ARCHS: ${{matrix.conf.arch}}

0 commit comments

Comments
 (0)