Skip to content

Commit

Permalink
EBR-91: add package the ext section in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
915-Misan-Teodora committed Sep 10, 2024
1 parent 75bc583 commit c733312
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ jobs:
pip uninstall -y "tvb-ext-unicore" jupyterlab
rm -rf myextension
- name: Package the extension
run: |
set -eux
pip install build
python -m build
pip uninstall -y "tvb-ext-unicore" jupyterlab
- name: Run tests
run: |
pytest tvbextunicore -r ap
Expand Down

0 comments on commit c733312

Please sign in to comment.