Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 committed Feb 29, 2024
1 parent 51b0539 commit b8d7744
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
npm run build
pip install -e .
pip install "pytest<8"
- name: Test with pytest
Expand All @@ -74,6 +75,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
npm run build
python -m pip install -U jupyterlab==4.1.2 jupyter-packaging~=0.12
pip install -e .
Expand Down

0 comments on commit b8d7744

Please sign in to comment.