Skip to content

Commit 39816fa

Browse files
authored
Merge pull request #568 from bashtage/update-cron
MAINT: Update cron job
2 parents 722d148 + ec3be87 commit 39816fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cron-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
CIBW_ARCHS_LINUX: "x86_64"
2727
CIBW_ARCHS_MACOS: "x86_64"
2828
CIBW_SKIP: "pp* *-musllinux_* *-win32"
29-
CIBW_BEFORE_BUILD: pip install wheel>=41.0.0
29+
CIBW_BEFORE_BUILD: python -m pip install wheel>=0.41.0 pip --upgrade
3030
CIBW_TEST_REQUIRES: pytest pytest-xdist xarray matplotlib
3131
CIBW_TEST_COMMAND: python -c "import linearmodels; linearmodels.test(['--skip-examples','--skip-slow','-n','2'])"
3232
# Avoid testing on emulated architectures
@@ -46,7 +46,7 @@ jobs:
4646
python-version: '3.x'
4747

4848
- name: Install cibuildwheel
49-
run: python -m pip install cibuildwheel==2.12.2
49+
run: python -m pip install cibuildwheel==2.16.2
5050

5151
- name: Build wheels
5252
run: python -m cibuildwheel --output-dir wheelhouse .

0 commit comments

Comments
 (0)