diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c6f67defc..9607a9bda 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,20 +16,10 @@ concurrency: jobs: pre_commit: - name: Run pre-commit hooks + name: Run pre-commit runs-on: 'ubuntu-latest' steps: - - uses: actions/checkout@v3 - with: - fetch-depth: "1" - - name: set PY - run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV - - uses: actions/cache@v3 - with: - path: ~/.cache/pre-commit - key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }} - - name: pre-commit - uses: pre-commit/action@v3.0.0 + - uses: holoviz-dev/holoviz_tasks/pre-commit@v0.1a17 test_suite: name: Pytest on ${{ matrix.os }} with Python ${{ matrix.python-version }} needs: [pre_commit] @@ -45,7 +35,7 @@ jobs: run: shell: bash -el {0} steps: - - uses: holoviz-dev/holoviz_tasks/install@v0.1a15 + - uses: holoviz-dev/holoviz_tasks/install@v0.1a17 with: name: unit_test_suite python-version: ${{ matrix.python-version }}