Skip to content

Commit

Permalink
COMP: Add CI dependencies for napari notebook
Browse files Browse the repository at this point in the history
As suggested by Juan (@jni) in SciPy 2023 napari sprint
  • Loading branch information
ntatsisk committed Jul 28, 2023
1 parent cd6299a commit d45fd94
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/notebook-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ jobs:
- uses: actions/setup-python@v3
with:
python-version: '3.9'
- name: qt libs
uses: tlambert03/setup-qt-libs@v1
- name: Install build dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r ./.binder/requirements.txt
python -m pip install pytest nbmake
uses: aganders3/headless-gui@v1
with:
run: |
python -m pip install --upgrade pip
python -m pip install -r ./.binder/requirements.txt
python -m pip install pytest nbmake
- name: Test notebooks
shell: bash
run: |
Expand Down

0 comments on commit d45fd94

Please sign in to comment.