mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-29 17:39:49 +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
|
# This only uploads the arm64 wheels for Apple M1 Silicon usage
|
||||||
build-macos-arm64:
|
build-macos-arm64:
|
||||||
runs-on: macos-11.0
|
runs-on: macos-11.0
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
name: "build-macos-11 - arm64"
|
name: "build-macos-11 - arm64"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install pre-requisites
|
- name: Install pre-requisites
|
||||||
# This skips updating brew when installing a package
|
# This skips updating brew when installing a package
|
||||||
env: HOMEBREW_NO_AUTO_UPDATE=1
|
env:
|
||||||
|
HOMEBREW_NO_AUTO_UPDATE: 1
|
||||||
run: |
|
run: |
|
||||||
brew install postgresql@13
|
brew install postgresql@13
|
||||||
brew services start postgresql
|
brew services start postgresql
|
||||||
|
|
Loading…
Reference in New Issue
Block a user