Skip to content

Commit

Permalink
install python deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchetti committed Oct 13, 2023
1 parent fd9ebe7 commit 85c48e6
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -692,11 +692,9 @@ jobs:
run:
working-directory: ./extensions/jupyterlab/connect_jupyterlab
steps:
-
name: Checkout
- name: Checkout
uses: actions/checkout@v3
-
name: Setup Just
- name: Setup Just
uses: extractions/setup-just@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -709,9 +707,9 @@ jobs:
run: python -m pip install -U "jupyterlab>=4.0.0,<5"
- name: Install JS dependencies
run: jlpm install
-
name: Validate extension code
- name: Install connect_jupyterlab package
run: just install
- name: Validate extension code
run: just validate
-
name: Test extension code
- name: Test extension code
run: just test

0 comments on commit 85c48e6

Please sign in to comment.