Skip to content

Commit

Permalink
Fix doc and packaging builds (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored Aug 22, 2023
1 parent fd164a9 commit 6f186e2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 90 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
shell: bash -l {0}
env:
CHANS_DEV: "-c pyviz/label/dev -c conda-forge"
PKG_TEST_PYTHON: "--test-python=py38"
PYTHON_VERSION: "3.8"
PKG_TEST_PYTHON: "--test-python=py39"
PYTHON_VERSION: "3.9"
MPLBACKEND: "Agg"
PPU: ${{ secrets.PPU }}
PPP: ${{ secrets.PPP }}
Expand All @@ -79,7 +79,7 @@ jobs:
- name: env setup
run: |
conda activate test-environment
doit develop_install -o tests
doit develop_install $CHANS_DEV -o tests
doit pip_on_conda
- name: pip build
run: |
Expand Down
55 changes: 0 additions & 55 deletions doc/_templates/layout.html

This file was deleted.

19 changes: 0 additions & 19 deletions doc/_templates/sections/sidebar-primary.html

This file was deleted.

11 changes: 0 additions & 11 deletions doc/_templates/sidebar-nav-bs.html

This file was deleted.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ def get_setup_version(reponame):
"numpy",
"bokeh",
"param >=1.9.0",
"panel >=1.2.1",
"panel >=1.2.0",
"pandas",
"hvplot",
"holoviews >=1.17.1",
"holoviews >=1.17.0",
"packaging",
"intake",
"jinja2 >3.0"
Expand Down

0 comments on commit 6f186e2

Please sign in to comment.