Skip to content

Commit

Permalink
update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bytinbit committed Dec 31, 2024
1 parent a30ac01 commit e5f2603
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
strategy:
matrix:
include:
- python: "3.10"
- python: "3.12"
testenv: py
- python: "3.11"
- python: "3.13"
testenv: py
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -30,15 +30,15 @@ jobs:
matrix:
testenv: [mypy, linting]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.12"
- name: install tox
run: pip install tox
- name: run tox
run: "tox -e ${{ matrix.testenv}}"


# TODO run weekly every sunday-evening pikepdf-main
# TODO run weekly every sunday-evening pikepdf-main

0 comments on commit e5f2603

Please sign in to comment.