Skip to content

Commit 6193db8

Browse files
committed
added support for cmd specific env vars and auth
1 parent d3057aa commit 6193db8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
strategy:
1010
matrix:
1111
os:
12-
# - ubuntu-latest
13-
# - windows-latest
12+
- ubuntu-latest
13+
- windows-latest
1414
- macos-latest
1515
python-version:
1616
- "3.7"
@@ -64,7 +64,7 @@ jobs:
6464
- name: Install PostgreSQL dev libraries on macOS
6565
if: matrix.os == 'macos-latest'
6666
run: |
67-
brew install postgresql
67+
brew install postgresql@14
6868
pip install psycopg
6969
# End macOS
7070

0 commit comments

Comments
 (0)