Skip to content

Commit 048665a

Browse files
Terminate quoted string properly
1 parent 8883901 commit 048665a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
BUILD_COMMIT: "main" # or a specific version, e.g., v0.13.1
123123
CIBW_PLATFORM: pyodide
124124
CIBW_TEST_REQUIRES: pytest
125-
CIBW_TEST_COMMAND: python -c "import statsmodels; statsmodels.test(['--skip-examples','--skip-slow')"
125+
CIBW_TEST_COMMAND: python -c "import statsmodels; statsmodels.test(['--skip-examples','--skip-slow'])"
126126
MULTIBUILD_WHEELS_STAGING_ACCESS: ${{ secrets.MULTIBUILD_WHEELS_STAGING_ACCESS }}
127127
SCIENTIFIC_PYTHON_NIGHTLY_WHEELS: ${{ secrets.SCIENTIFIC_PYTHON_NIGHTLY_WHEELS }}
128128
MKL_NUM_THREADS: 1

0 commit comments

Comments
 (0)