Skip to content

Commit

Permalink
Update pre-commit and holoviz_tasks (#5907)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Sep 26, 2023
1 parent 4b6fb15 commit 9d208fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Run pre-commit
runs-on: 'ubuntu-latest'
steps:
- uses: holoviz-dev/holoviz_tasks/pre-commit@v0.1a16
- uses: holoviz-dev/holoviz_tasks/pre-commit@v0.1a17

unit_test_suite:
name: Unit tests on Python ${{ matrix.python-version }}, ${{ matrix.os }}
Expand All @@ -57,7 +57,7 @@ jobs:
DESC: "Python ${{ matrix.python-version }}, ${{ matrix.os }} unit tests"
PYTHON_VERSION: ${{ matrix.python-version }}
steps:
- uses: holoviz-dev/holoviz_tasks/install@v0.1a16
- uses: holoviz-dev/holoviz_tasks/install@v0.1a17
with:
name: unit_test_suite
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
# it as one of the sources.
PYCTDEV_SELF_CHANNEL: "pyviz/label/dev"
steps:
- uses: holoviz-dev/holoviz_tasks/install@v0.1a16
- uses: holoviz-dev/holoviz_tasks/install@v0.1a17
with:
name: ui_test_suite
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
DESC: "Python ${{ matrix.python-version }}, ${{ matrix.os }} core tests"
PYTHON_VERSION: ${{ matrix.python-version }}
steps:
- uses: holoviz-dev/holoviz_tasks/install@v0.1a16
- uses: holoviz-dev/holoviz_tasks/install@v0.1a17
with:
name: core_test_suite
python-version: ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
exclude: \.min\.js$
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.290
rev: v0.0.291
hooks:
- id: ruff
args: [holoviews]
Expand Down

0 comments on commit 9d208fb

Please sign in to comment.