We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3057aa commit 6193db8Copy full SHA for 6193db8
.github/workflows/test.yaml
@@ -9,8 +9,8 @@ jobs:
9
strategy:
10
matrix:
11
os:
12
- # - ubuntu-latest
13
- # - windows-latest
+ - ubuntu-latest
+ - windows-latest
14
- macos-latest
15
python-version:
16
- "3.7"
@@ -64,7 +64,7 @@ jobs:
64
- name: Install PostgreSQL dev libraries on macOS
65
if: matrix.os == 'macos-latest'
66
run: |
67
- brew install postgresql
+ brew install postgresql@14
68
pip install psycopg
69
# End macOS
70
0 commit comments