We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d2e53 commit 80eb0d8Copy full SHA for 80eb0d8
.github/workflows/ci-docs.yaml renamed to .github/workflows/docs.yaml
@@ -1,4 +1,4 @@
1
-name: CI
+name: Documentation
2
on: [push, pull_request]
3
4
jobs:
@@ -12,7 +12,6 @@ jobs:
12
uses: conda-incubator/setup-miniconda@v2
13
with:
14
miniconda-version: "latest"
15
- python-version: "3.7"
16
environment-file: ci/environment-docs.yaml
17
activate-environment: dask-ml-docs
18
auto-activate-base: false
ci/environment-docs.yaml
@@ -24,7 +24,7 @@ dependencies:
24
- pytest
25
- pytest-cov
26
- pytest-mock
27
- - python=3.6.6
+ - python=3.7
28
- sortedcontainers
29
- scikit-learn>=0.23.1
30
- scipy
0 commit comments