Skip to content

Commit 80eb0d8

Browse files
authored
Ensure consistent Python version in docs CI (#815)
1 parent 25d2e53 commit 80eb0d8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci-docs.yaml renamed to .github/workflows/docs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Documentation
22
on: [push, pull_request]
33

44
jobs:
@@ -12,7 +12,6 @@ jobs:
1212
uses: conda-incubator/setup-miniconda@v2
1313
with:
1414
miniconda-version: "latest"
15-
python-version: "3.7"
1615
environment-file: ci/environment-docs.yaml
1716
activate-environment: dask-ml-docs
1817
auto-activate-base: false

ci/environment-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies:
2424
- pytest
2525
- pytest-cov
2626
- pytest-mock
27-
- python=3.6.6
27+
- python=3.7
2828
- sortedcontainers
2929
- scikit-learn>=0.23.1
3030
- scipy

0 commit comments

Comments
 (0)