Skip to content

Commit 9ed0450

Browse files
committed
get the env var into the container
1 parent 5595e47 commit 9ed0450

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
- name: Build wheels
151151
uses: pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
152152
env:
153-
OIIO_VALIDATE_STUBS: "true"
153+
CIBW_ENVIRONMENT: OIIO_VALIDATE_STUBS="true"
154154
CIBW_BUILD: ${{ matrix.python }}
155155
CIBW_ARCHS: ${{ matrix.arch }}
156156
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux }}

0 commit comments

Comments
 (0)