Skip to content

Commit

Permalink
Temporary CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Dec 20, 2024
1 parent a97b425 commit d6a8683
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

- name: tmp - install jupyter-server from source
run: |
pip install "jupyter_server @ git+https://github.com/jupyter-server/jupyter_server@main"
- name: Test the package
run: hatch run cov:test

Expand Down

0 comments on commit d6a8683

Please sign in to comment.