Skip to content

Commit

Permalink
FIX: notebooks ci
Browse files Browse the repository at this point in the history
  • Loading branch information
martins0n committed Aug 31, 2022
1 parent c3f62d4 commit 446bdeb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@ jobs:
virtualenvs-in-project: true
- name: Install dependencies
run: |
poetry install -E all -vv
- name: Install Jupyter
run: |
poetry install -E release
poetry install -E jupyter
poetry install -E "all release jupyter" -vv
- name: Notebook runner
run: |
poetry run python -m scripts.notebook_runner

0 comments on commit 446bdeb

Please sign in to comment.