Skip to content

Commit 681545c

Browse files
committed
try skip docs build for 3.9
1 parent 1530583 commit 681545c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
- uses: actions/checkout@v4
4949
with:
5050
fetch-depth: 0
51-
- name: Set up Python 3.9
51+
- name: Set up Python 3.10
5252
uses: actions/setup-python@v5
5353
with:
54-
python-version: 3.9
54+
python-version: '3.10'
5555
- name: Install dependencies
5656
run: |
5757
python -m pip install --upgrade pip

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ commands =
3535
asv run {posargs}
3636

3737
[testenv:docs]
38-
basepython = python3.10
3938
envdir = .tox/docs
4039
deps =
4140
-e .[dev]

0 commit comments

Comments
 (0)