Skip to content

Commit 722d148

Browse files
authored
Merge pull request #567 from bashtage/update-cron
MAINT: Update cron job
2 parents 49c93db + e8eac82 commit 722d148

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/cron-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python: [cp310]
22-
os: [ubuntu-20.04, windows-2019]
21+
python: [cp311]
22+
os: [ubuntu-latest, windows-latest]
2323
env:
2424
BUILD_COMMIT: "main"
2525
CIBW_BUILD: ${{ matrix.python }}-*
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
2930
CIBW_TEST_REQUIRES: pytest pytest-xdist xarray matplotlib
3031
CIBW_TEST_COMMAND: python -c "import linearmodels; linearmodels.test(['--skip-examples','--skip-slow','-n','2'])"
3132
# Avoid testing on emulated architectures

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
# List of patterns, relative to source directory, that match files and
122122
# directories to ignore when looking for source files.
123123
# This pattern also affects html_static_path and html_extra_path.
124-
# exclude_patterns: list[str] = []
124+
exclude_patterns: list[str] = []
125125

126126
# The name of the Pygments (syntax highlighting) style to use.
127127
pygments_style = "colorful"

0 commit comments

Comments
 (0)