Skip to content

Commit

Permalink
Use base setup
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc committed Mar 6, 2024
1 parent 6ad6cea commit 4ee4134
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ee4134

Please sign in to comment.