Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Aug 19, 2021
1 parent a975000 commit e64b801
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ jobs:
- name: Install dependencies
run: python -m pip install -U jupyterlab~=3.0 check-manifest
- name: Get submodules
run: git submodule update --init
- name: Install extension
run: |
set -eux
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip build twine jupyterlab
- name: Check manifest
run: check-manifest -v
- name: Build the federated extension in a separated build environment
run: |
python -m build
Expand Down

0 comments on commit e64b801

Please sign in to comment.