diff --git a/.github/workflows/periodic_tests.yml b/.github/workflows/periodic_tests.yml index bb5723b2b6..90cd91e65c 100644 --- a/.github/workflows/periodic_tests.yml +++ b/.github/workflows/periodic_tests.yml @@ -70,7 +70,7 @@ jobs: with: timeout_minutes: 30 max_attempts: 3 - command: python -m pip install .[all_extras,binder,dev] + command: python -m pip install .[binder,dev] - name: Run example notebooks run: build_tools/run_examples.sh false diff --git a/.github/workflows/pr_examples.yml b/.github/workflows/pr_examples.yml index 4cfb1f37d0..d262a45656 100644 --- a/.github/workflows/pr_examples.yml +++ b/.github/workflows/pr_examples.yml @@ -42,7 +42,7 @@ jobs: with: timeout_minutes: 30 max_attempts: 3 - command: python -m pip install .[all_extras,binder,dev] + command: python -m pip install .[binder,dev] - name: Run example notebooks run: build_tools/run_examples.sh ${{ github.event_name != 'pull_request' || !contains(github.event.pull_request.labels.*.name, 'full examples run') }}