Skip to content

Commit

Permalink
Align GitHub actions with tox
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Jun 14, 2024
1 parent 69ff55d commit cc23098
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
fail-fast: false
matrix:
include:
- python-version: "3.8"
toxenv: min
- python-version: "3.8"
- python-version: "3.9"
- python-version: "3.10"
Expand Down Expand Up @@ -37,7 +39,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.12']
tox-job: ["pre-commit", "mypy", "twinecheck"]
tox-job: ["pre-commit", "docs", "twinecheck"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit cc23098

Please sign in to comment.