Skip to content

Commit

Permalink
split
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasht86 committed Jul 5, 2024
1 parent 54b2b7c commit ac58405
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/notebooks-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:

- name: Install dependencies
run: |
pip install -e .[dev] -r docs/sphinx/source/requirements.txt -r docs/sphinx/source/notebook_requirements.txt
pip install -e .[dev]
pip install -r docs/sphinx/source/requirements.txt
pip install -r docs/sphinx/source/notebook_requirements.txt
- name: Run notebooks tests
env:
Expand Down

0 comments on commit ac58405

Please sign in to comment.