Skip to content

Commit b12a7ec

Browse files
committed
CI fix frontend
1 parent ccde0d8 commit b12a7ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
# Include free-threaded support
8888
CIBW_ENABLE: cpython-freethreading
8989
# Numpy, scipy, Cython only have free-threaded wheels on scientific-python-nightly-wheels
90-
CIBW_BUILD_FRONTEND='pip; args: --pre --extra-index-url "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple" --only-binary :all:'
90+
CIBW_BUILD_FRONTEND: 'pip; args: --pre --extra-index-url "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple" --only-binary :all:'
9191
- name: Upload package
9292
uses: actions/upload-artifact@v4
9393
with:

0 commit comments

Comments
 (0)