Skip to content

Commit

Permalink
Run tests on the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Nov 17, 2021
1 parent 91d2afd commit 0f29368
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
run: |
python -m pip install jupyterlab~=3.0
python -m pip install jupyter_packaging
python -m pip install pytest
- name: Build the extension
run: |
pip install .
Expand All @@ -57,3 +58,5 @@ jobs:
jupyter labextension list
python -m jupyterlab.browser_check
- name: Run Python tests
run: pytest .

0 comments on commit 0f29368

Please sign in to comment.