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 6344f75 commit 5a367eeCopy full SHA for 5a367ee
1 file changed
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
shell: bash -l {0}
17
env:
18
CHANS_DEV: "-c pyviz/label/dev -c bokeh"
19
- PKG_TEST_PYTHON: "--test-python=py37 --test-python=py27"
+ PKG_TEST_PYTHON: "--test-python=py37"
20
PYTHON_VERSION: "3.7"
21
CHANS: "-c pyviz"
22
MPLBACKEND: "Agg"
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
64
@@ -75,6 +75,7 @@ jobs:
75
- uses: conda-incubator/setup-miniconda@v2
76
with:
77
miniconda-version: "latest"
78
+ python-version: 3.8
79
- name: Fetch unshallow
80
run: git fetch --prune --tags --unshallow -f
81
- name: conda setup
0 commit comments