Skip to content

Commit c2bbdcb

Browse files
committed
Run echo -e
1 parent 0a842b2 commit c2bbdcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- name: Define CIBW_BUILD_FRONTEND environment variable
148148
if: ${{ matrix.python[0] == 'cp313t' }}
149149
run: |
150-
echo 'CIBW_BUILD_FRONTEND="pip; args: --no-build-isolation"' >> "$GITHUB_ENV"
150+
echo -e 'CIBW_BUILD_FRONTEND="pip; args: --no-build-isolation"' >> "$GITHUB_ENV"
151151
152152
- name: Build wheels
153153
uses: pypa/[email protected]

0 commit comments

Comments
 (0)