From eaef80a3665ea00007755226c55cbd31f1556495 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Thu, 10 Oct 2024 13:04:59 -0400 Subject: [PATCH] EXP: What about stable job --- .github/workflows/ci_workflows.yml | 64 ++++++++++++++++-------------- 1 file changed, 35 insertions(+), 29 deletions(-) diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 7db85bc920..c7e6deb5c1 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -26,41 +26,47 @@ jobs: strategy: matrix: include: - - name: Code style checks - os: ubuntu-latest - python: 3.x - toxenv: codestyle - allow_failure: false + # - name: Code style checks + # os: ubuntu-latest + # python: 3.x + # toxenv: codestyle + # allow_failure: false - - name: PEP 517 - os: ubuntu-latest - python: 3.x - toxenv: pep517 - allow_failure: false + # - name: PEP 517 + # os: ubuntu-latest + # python: 3.x + # toxenv: pep517 + # allow_failure: false - - name: Security audit - os: ubuntu-latest - python: 3.x - toxenv: securityaudit - allow_failure: false + # - name: Security audit + # os: ubuntu-latest + # python: 3.x + # toxenv: securityaudit + # allow_failure: false - - name: Python 3.11 with coverage checking, all deps, and remote data - os: ubuntu-latest - python: '3.11' - toxenv: py311-test-alldeps-cov - toxposargs: --remote-data --run-slow - allow_failure: false + # - name: Python 3.11 with coverage checking, all deps, and remote data + # os: ubuntu-latest + # python: '3.11' + # toxenv: py311-test-alldeps-cov + # toxposargs: --remote-data --run-slow + # allow_failure: false - - name: OS X - Python 3.12 - os: macos-latest - python: '3.12' - toxenv: py312-test - allow_failure: false + # - name: OS X - Python 3.12 + # os: macos-latest + # python: '3.12' + # toxenv: py312-test + # allow_failure: false + + # - name: Windows - Python 3.10 + # os: windows-latest + # python: '3.10' + # toxenv: py310-test + # allow_failure: false - - name: Windows - Python 3.10 + - name: Linux - Python 3.13 os: windows-latest - python: '3.10' - toxenv: py310-test + python: '3.13' + toxenv: py313-test allow_failure: false # This also runs on cron but we want to make sure new changes