Skip to content

Commit eab0106

Browse files
final
1 parent a0e4547 commit eab0106

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,6 @@ jobs:
5757
with:
5858
python-version: ${{ matrix.python-version }}
5959

60-
- name: Install PostgreSQL Development Tools (Linux)
61-
if: matrix.os == 'ubuntu-latest'
62-
run: sudo apt-get update && sudo apt-get install -y libpq-dev
63-
64-
- name: Install PostgreSQL (macOS)
65-
if: matrix.os == 'macos-latest'
66-
run: brew install postgresql
67-
68-
- name: Install PostgreSQL (Windows)
69-
if: matrix.os == 'windows-latest'
70-
run: choco install postgresql --yes --no-progress
71-
7260
- name: Install Poetry
7361
uses: snok/install-poetry@v1
7462
with:

0 commit comments

Comments
 (0)