From 8d6e6d734e2076b5211ecafc8b7a05f8706cd704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Thu, 16 Mar 2023 14:58:22 -0700 Subject: [PATCH 1/2] MAINT: rename workflow to reflect purpose --- .github/workflows/{notebooks.yml => ci_tests_run_notebooks.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{notebooks.yml => ci_tests_run_notebooks.yml} (100%) diff --git a/.github/workflows/notebooks.yml b/.github/workflows/ci_tests_run_notebooks.yml similarity index 100% rename from .github/workflows/notebooks.yml rename to .github/workflows/ci_tests_run_notebooks.yml From 81753e38b83bc8048fe10e25460d435cbad36d4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Thu, 16 Mar 2023 14:50:56 -0700 Subject: [PATCH 2/2] CI: fix matrix logic to run all the jobs --- .github/workflows/ci_tests_run_notebooks.yml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci_tests_run_notebooks.yml b/.github/workflows/ci_tests_run_notebooks.yml index 6fe30072..f239e472 100644 --- a/.github/workflows/ci_tests_run_notebooks.yml +++ b/.github/workflows/ci_tests_run_notebooks.yml @@ -9,23 +9,30 @@ on: - main schedule: - cron: '0 5 * * 1' + workflow_dispatch: jobs: - build: + tests: + name: ${{ matrix.os }} ${{ matrix.name }} runs-on: ${{ matrix.os }} strategy: - max-parallel: 12 matrix: - os: [Ubuntu-latest, macOS-latest] + # Run all supported OS for one Python version, then add a few extra scenarios + os: [ubuntu-latest, macos-latest] + python-version: ['3.9'] + toxenv: [py39-test] + name: ['with Python 3.9',] + include: - python-version: '3.8' toxenv: py38-test-oldestdeps - - - python-version: '3.9' - toxenv: py39-test + name: with Python 3.8 and oldest versioned dependencies + os: ubuntu-latest - python-version: '3.10' toxenv: py310-test-devdeps + name: with Python 3.10 with developer versioned dependencies + os: ubuntu-latest steps: - uses: actions/checkout@v3 pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy