Skip to content

Commit

Permalink
yml with names
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 15, 2024
1 parent 318e64a commit 6e4aa1a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 115 deletions.
92 changes: 0 additions & 92 deletions .github/workflows/os_actions.yml

This file was deleted.

56 changes: 33 additions & 23 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,47 +25,57 @@ jobs:
matrix:
include:
- runner: ubuntu-24.04
python-version: "3.13"
tests: true

- runner: ubuntu-22.04
python-version: "3.12"
style: true
coverage: true
tests: tests

- runner: ubuntu-22.04
python-version: "3.12"
validate: true
style: style
tests: tests
mypy: mypy
coverage: coverage

- runner: ubuntu-20.04
python-version: 3.8
style: true
mypy: true
tests: true
style: style
mypy: mypy
tests: tests

- runner: ubuntu-latest
python-version: "3.13"
tests: tests

- runner: ubuntu-latest
python-version: "3.11"
tests: tests

- runner: ubuntu-latest
python-version: "3.10"
tests: tests

- runner: ubuntu-latest
python-version: "3.09"
tests: tests

- runner: windows-2022
python-version: "3.12"
tests: true
tests: tests

- runner: windows-2019
python-version: 3.8
tests: true
tests: tests

- runner: macos-14
python-version: "3.12"
tests: true

- runner: macos-13
python-version: "3.11"
tests: true

- runner: macos-12
python-version: "3.10"
tests: true
tests: tests

- runner: macos-11
python-version: 3.9
tests: true
python-version: 3.8
tests: tests

- runner: ubuntu-22.04
python-version: "3.12"
validate: validate

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 6e4aa1a

Please sign in to comment.