Skip to content

Commit

Permalink
EXP: What about stable job
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Oct 10, 2024
1 parent e44b5c2 commit eaef80a
Showing 1 changed file with 35 additions and 29 deletions.
64 changes: 35 additions & 29 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eaef80a

Please sign in to comment.