Skip to content

Commit 731560c

Browse files
committed
MAINT: Update cron job
1 parent 722d148 commit 731560c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron-test.yml

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)