Skip to content

Commit ace1d59

Browse files
committed
[actions] Disable build cache for testing
1 parent 78a1f0f commit ace1d59

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,7 @@ jobs:
121121
python -m pip install cmake==3.24.2
122122
python -m pip install toml && python -c "import toml; c = toml.load('pyproject.toml'); print('\n'.join(c['build-system']['requires']))" >> requirements.txt | python -m pip install -r requirements.txt
123123
$CI_BUILD = 1
124-
if (Test-Path _skbuild) {
125-
$SKIP_CMAKE = "--skip-cmake"
126-
}
127-
python setup.py $SKIP_CMAKE bdist_wheel --py-limited-api=cp37 --dist-dir="$PWD\wheelhouse" -v
124+
python setup.py bdist_wheel --py-limited-api=cp37 --dist-dir="$PWD\wheelhouse" -v
128125
shell: pwsh
129126
- name: Saving all wheels
130127
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)