Skip to content

Commit 95e8d50

Browse files
authored
Update tests.yml
1 parent 9ec42da commit 95e8d50

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,6 @@ jobs:
7979
pipx run interrogate -v .
8080
pipx run doc8 --max-line-length=200 --ignore-path=docs/source/other/full-config.rst
8181
82-
check_release:
83-
runs-on: ubuntu-latest
84-
steps:
85-
- name: Checkout
86-
uses: actions/checkout@v4
87-
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
88-
- run: pip install -e .
89-
- uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v2
90-
with:
91-
version_spec: 10.10.10
92-
token: ${{ secrets.GITHUB_TOKEN }}
93-
9482
check_links:
9583
runs-on: ubuntu-latest
9684
timeout-minutes: 10

0 commit comments

Comments
 (0)