Skip to content

Commit

Permalink
Merge pull request #568 from bashtage/update-cron
Browse files Browse the repository at this point in the history
MAINT: Update cron job
  • Loading branch information
bashtage authored Nov 7, 2023
2 parents 722d148 + ec3be87 commit 39816fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
CIBW_ARCHS_LINUX: "x86_64"
CIBW_ARCHS_MACOS: "x86_64"
CIBW_SKIP: "pp* *-musllinux_* *-win32"
CIBW_BEFORE_BUILD: pip install wheel>=41.0.0
CIBW_BEFORE_BUILD: python -m pip install wheel>=0.41.0 pip --upgrade
CIBW_TEST_REQUIRES: pytest pytest-xdist xarray matplotlib
CIBW_TEST_COMMAND: python -c "import linearmodels; linearmodels.test(['--skip-examples','--skip-slow','-n','2'])"
# Avoid testing on emulated architectures
Expand All @@ -46,7 +46,7 @@ jobs:
python-version: '3.x'

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.12.2
run: python -m pip install cibuildwheel==2.16.2

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

0 comments on commit 39816fa

Please sign in to comment.