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 a0e4547 commit eab0106Copy full SHA for eab0106
.github/workflows/ci.yml
@@ -57,18 +57,6 @@ jobs:
57
with:
58
python-version: ${{ matrix.python-version }}
59
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
72
- name: Install Poetry
73
uses: snok/install-poetry@v1
74
0 commit comments