Skip to content

Commit

Permalink
Pin new release
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Jul 14, 2023
1 parent b52bf73 commit aa268ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
PANEL_EMBED_JSON: "true"
PANEL_EMBED_JSON_PREFIX: "json"
steps:
- uses: holoviz-dev/holoviz_tasks/install@v0.1a14
- uses: holoviz-dev/holoviz_tasks/install@v0.1a15
with:
name: Documentation
python-version: "3.10"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
NUMBA_NUM_THREADS: 1
PYDEVD_DISABLE_FILE_VALIDATION: 1
steps:
- uses: holoviz-dev/holoviz_tasks/install@update_install
- uses: holoviz-dev/holoviz_tasks/install@v0.1a15
with:
name: unit_test_suite_bokeh${{ matrix.bokeh-version }}
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
# it as one of the sources.
PYCTDEV_SELF_CHANNEL: "pyviz/label/dev"
steps:
- uses: holoviz-dev/holoviz_tasks/install@v0.1a14
- uses: holoviz-dev/holoviz_tasks/install@v0.1a15
with:
name: ui_test_suite
python-version: 3.9
Expand Down

0 comments on commit aa268ca

Please sign in to comment.