Skip to content

Commit

Permalink
Try some fiddling around w/actions
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Feb 11, 2025
1 parent 1a7e001 commit 6eef6fa
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ jobs:
- "sqlite"
- "postgresql"
- "mysql"
exclude:
- python-version: 2.7
peewee-backend: postgresql
- python-version: "3.13"
peewee-backend: postgresql
include:
- python-version: "3.11"
peewee-backend: cockroachdb
Expand All @@ -42,8 +37,8 @@ jobs:
- python-version: "3.13"
peewee-backend: psycopg3
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: deps
Expand Down

0 comments on commit 6eef6fa

Please sign in to comment.