Skip to content

Commit

Permalink
Fix psycopg
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-stakewise committed Dec 23, 2024
1 parent b5f913a commit b1e1ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends -y build-essential curl libpq-dev postgresql-client
if: matrix.os == 'linux-arm-runner'
if: matrix.os == 'linux-arm-runner' || matrix.os == 'macos-13'

- uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit b1e1ec3

Please sign in to comment.