We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1194a8a commit f8bf1cfCopy full SHA for f8bf1cf
.github/workflows/tests.yml
@@ -53,6 +53,12 @@ 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
+ if: steps.release.outputs.version == 0 && matrix.os == "macos-latest"
59
+ with:
60
+ postgresql-version: 16
61
+
62
- name: Set up Python ${{ matrix.python-version }}
63
uses: actions/setup-python@v4
64
if: steps.release.outputs.version == 0
0 commit comments