We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1194a8a commit 5ffcaf5Copy full SHA for 5ffcaf5
.github/workflows/tests.yml
@@ -53,6 +53,11 @@ jobs:
53
version_line_pattern: |
54
__version__\s*=\s*(?:['"])([[:PEP440:]])(?:['"])
55
56
+ - name: Setup PostgreSQL
57
+ uses: tj-actions/install-postgresql@2a80e9368dff47cd05fee5bf3cf7d88f68c2f8e9 # v3.1.1
58
+ with:
59
+ postgresql-version: 16
60
+
61
- name: Set up Python ${{ matrix.python-version }}
62
uses: actions/setup-python@v4
63
if: steps.release.outputs.version == 0
0 commit comments