Skip to content

Commit

Permalink
Update .github/workflows/ci-code.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Hollas <[email protected]>
  • Loading branch information
unkcpz and danielhollas authored Dec 31, 2024
1 parent 1582e77 commit d431298
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.9', '3.12']
database-backend: [psql, sqlite]
database-backend: [psql]
include:
- python-version: '3.9'
database-backend: 'sqlite'

services:
postgres:
Expand Down

0 comments on commit d431298

Please sign in to comment.