diff --git a/.github/workflows/check-release.yml b/.github/workflows/check-release.yml index c239f65..992e48a 100644 --- a/.github/workflows/check-release.yml +++ b/.github/workflows/check-release.yml @@ -12,14 +12,8 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Install Conda environment with Micromamba - uses: mamba-org/setup-micromamba@v1 - with: - environment-name: cad - create-args: >- - python=3.10 - pip - jupyter-releaser + - name: Base Setup + uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 - name: Check Release uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v2