Skip to content

Commit

Permalink
ci: build with jupyterlab 3
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed May 25, 2023
1 parent a86b6d9 commit aa1ebf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: 3.8

- name: Install dependencies
run: pip install hatch wheel jupyterlab
run: pip install hatch wheel "jupyterlab<4"

# - name: Change version for non-releases
# if: ${{ ! startsWith(github.event.ref, 'refs/tags/v')}}
Expand Down

0 comments on commit aa1ebf3

Please sign in to comment.