diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index c087f8b..6717299 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -59,17 +59,17 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - name: Install Python - uses: actions/setup-python@v2 - with: - python-version: 3.9 - architecture: 'x64' - - name: Install node - uses: actions/setup-node@v2 - with: - node-version: '14.x' - # - name: Base Setup - # uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 + # - name: Install Python + # uses: actions/setup-python@v2 + # with: + # python-version: 3.9 + # architecture: 'x64' + # - name: Install node + # uses: actions/setup-node@v2 + # with: + # node-version: '14.x' + - name: Base Setup + uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 - name: Install dependencies run: python -m pip install jupyterlab~=3.1 jupyter-packaging~=0.10