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 87329ed commit 9d1f218Copy full SHA for 9d1f218
.github/workflows/build-test-deploy.yml
@@ -98,7 +98,7 @@ jobs:
98
- name: Set up Python
99
uses: actions/setup-python@v2
100
with:
101
- python-version: 3.6
+ python-version: 3.9
102
103
- name: Setup environment
104
run: |
tox.ini
@@ -30,7 +30,6 @@ python =
30
[testenv]
31
skip_install =
32
clean: true
33
- doc: true
34
35
basepython =
36
py36: python3.6
@@ -54,7 +53,7 @@ deps =
54
53
tests: xgboost == 0.82
55
# tests: lightgbm ; platform_system != "Darwin" # lightgmb seems to have build issues on MacOS
56
# doc skips install, so explicitly add minimum packages
57
- doc: sphinx == 1.8
+ doc: sphinx
58
doc: pyyaml
59
60
setenv =
0 commit comments