Skip to content

Commit

Permalink
update publish ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Graber committed Mar 1, 2022
1 parent 1816376 commit c7d47be
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7d47be

Please sign in to comment.