Skip to content

Install psycopg2-binary, not psycopg2 so doesnt build from source which requires pg_config to be installed #1763

Install psycopg2-binary, not psycopg2 so doesnt build from source which requires pg_config to be installed

Install psycopg2-binary, not psycopg2 so doesnt build from source which requires pg_config to be installed #1763

Workflow file for this run

name: Pre-commit check
on:
pull_request:
branches: ["main"]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]