File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,12 +69,12 @@ jobs:
6969 shell : bash -l {0}
7070 run : |
7171 echo "CIBW_BEFORE_TEST=pip install pytest pytest-run-parallel" >> "$GITHUB_ENV"
72- echo "CIBW_ENVIRONMENT=PYLZ4_USE_SYSTEM_LZ4=False PYTEST_ADDOPTS=--parallel-threads=4 TOX_OVERRIDE=testenv.deps+=pytest-run-parallel;testenv.pass_env=PYTEST_ADDOPTS"
72+ echo "CIBW_ENVIRONMENT=PYLZ4_USE_SYSTEM_LZ4=False PYTEST_ADDOPTS=--parallel-threads=4 TOX_OVERRIDE=testenv.deps+=pytest-run-parallel;testenv.pass_env=PYTEST_ADDOPTS" >> "$GITHUB_ENV"
7373 - name : Setup environment
7474 if : ${{ !endsWith(matrix.cibw_build, 't-*') }}
7575 shell : bash -l {0}
7676 run : |
77- echo "CIBW_ENVIRONMENT=PYLZ4_USE_SYSTEM_LZ4=" False" >> "$GITHUB_ENV"
77+ echo "CIBW_ENVIRONMENT=PYLZ4_USE_SYSTEM_LZ4=False" >> "$GITHUB_ENV"
7878 - name : Build wheels
7979 uses : pypa/cibuildwheel@v2.23.2
8080 env :
You can’t perform that action at this time.
0 commit comments