From 731560c9f1f159226558b72c51246813e2121bce Mon Sep 17 00:00:00 2001 From: Kevin Sheppard Date: Tue, 7 Nov 2023 17:12:12 +0000 Subject: [PATCH 1/2] MAINT: Update cron job --- .github/workflows/cron-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron-test.yml b/.github/workflows/cron-test.yml index bcb8ae8cce..269340d86d 100644 --- a/.github/workflows/cron-test.yml +++ b/.github/workflows/cron-test.yml @@ -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 From ec3be87409bd9308997de047667c9527f7cb79d5 Mon Sep 17 00:00:00 2001 From: Kevin Sheppard Date: Tue, 7 Nov 2023 17:14:57 +0000 Subject: [PATCH 2/2] MAINT: Update cron job --- .github/workflows/cron-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron-test.yml b/.github/workflows/cron-test.yml index 269340d86d..573a6b5f0c 100644 --- a/.github/workflows/cron-test.yml +++ b/.github/workflows/cron-test.yml @@ -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 .