Skip to content

Commit

Permalink
Update pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Sep 13, 2023
1 parent 4d1bdbf commit 050515c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
# release is scheduled for 2023-10-02 (https://peps.python.org/pep-0693/)
# when released: replace "python-version: ['3.8', '3.11']" with python-version: ['3.8', '3.12']

# include:
# - python-version: '3.12-dev'
# db-backend: postgres
include:
- python-version: '3.12-dev'
db-backend: postgres

name: "Test (Python: ${{ matrix.python-version }}, DB: ${{ matrix.db-backend }})"
needs: lint
Expand Down

0 comments on commit 050515c

Please sign in to comment.