mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-29 01:19:45 +03:00
Fix
This commit is contained in:
parent
c551f2e02e
commit
1f379d0e15
5
.github/workflows/packages.yml
vendored
5
.github/workflows/packages.yml
vendored
|
@ -141,14 +141,13 @@ jobs:
|
|||
# This only uploads the arm64 wheels for Apple M1 Silicon usage
|
||||
build-macos-arm64:
|
||||
runs-on: macos-11.0
|
||||
strategy:
|
||||
fail-fast: false
|
||||
name: "build-macos-11 - arm64"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install pre-requisites
|
||||
# This skips updating brew when installing a package
|
||||
env: HOMEBREW_NO_AUTO_UPDATE=1
|
||||
env:
|
||||
HOMEBREW_NO_AUTO_UPDATE: 1
|
||||
run: |
|
||||
brew install postgresql@13
|
||||
brew services start postgresql
|
||||
|
|
Loading…
Reference in New Issue
Block a user