Skip to content

Commit 1e95ef5

Browse files
committed
revert docs
1 parent 8ac7bf0 commit 1e95ef5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Python
1616
uses: actions/setup-python@v5
1717
with:
18-
python-version: "3.14"
18+
python-version: "3.12"
1919
- name: Install nox
2020
run: |
2121
python -m pip install --upgrade setuptools pip wheel

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ def system_noextras(session: nox.sessions.Session):
420420
)
421421

422422

423-
@nox.session(python="3.14")
423+
@nox.session(python="3.12")
424424
def doctest(session: nox.sessions.Session):
425425
"""Run the system test suite."""
426426
run_system(
@@ -510,7 +510,7 @@ def cover(session):
510510
session.run("coverage", "erase")
511511

512512

513-
@nox.session(python="3.14")
513+
@nox.session(python="3.12")
514514
def docs(session):
515515
"""Build the docs for this library."""
516516
session.install("-e", ".[scikit-learn]")

0 commit comments

Comments
 (0)