We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 722d148 commit 731560cCopy full SHA for 731560c
.github/workflows/cron-test.yml
@@ -26,7 +26,7 @@ jobs:
26
CIBW_ARCHS_LINUX: "x86_64"
27
CIBW_ARCHS_MACOS: "x86_64"
28
CIBW_SKIP: "pp* *-musllinux_* *-win32"
29
- CIBW_BEFORE_BUILD: pip install wheel>=41.0.0
+ CIBW_BEFORE_BUILD: python -m pip install wheel>=0.41.0 pip --upgrade
30
CIBW_TEST_REQUIRES: pytest pytest-xdist xarray matplotlib
31
CIBW_TEST_COMMAND: python -c "import linearmodels; linearmodels.test(['--skip-examples','--skip-slow','-n','2'])"
32
# Avoid testing on emulated architectures
0 commit comments