Skip to content

Commit

Permalink
Attempt something else?
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Oct 10, 2024
1 parent 6971978 commit 755ebb2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@ jobs:
peewee-backend: cockroachdb
- python-version: "3.11"
peewee-backend: psycopg3
- python-version: "3.6"
peewee-backend: sqlite
platform-version: "20.04"
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 755ebb2

Please sign in to comment.