Skip to content

Commit

Permalink
Ensure consistent Python version in docs CI (dask#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau authored Mar 29, 2021
1 parent 25d2e53 commit 80eb0d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Documentation
on: [push, pull_request]

jobs:
Expand All @@ -12,7 +12,6 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
python-version: "3.7"
environment-file: ci/environment-docs.yaml
activate-environment: dask-ml-docs
auto-activate-base: false
Expand Down
2 changes: 1 addition & 1 deletion ci/environment-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- pytest
- pytest-cov
- pytest-mock
- python=3.6.6
- python=3.7
- sortedcontainers
- scikit-learn>=0.23.1
- scipy
Expand Down

0 comments on commit 80eb0d8

Please sign in to comment.