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 24, 2021
1 parent 91d2afd commit 0692a59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
python -m pip install jupyter_packaging
- name: Build the extension
run: |
pip install .
pip install -e .[test]
jlpm install
jlpm run build
cd jupyterlab_widgets
Expand All @@ -57,3 +57,5 @@ jobs:
jupyter labextension list
python -m jupyterlab.browser_check
- name: Run Python tests
run: pytest .

0 comments on commit 0692a59

Please sign in to comment.