mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-29 09:29:46 +03:00
Create directory
This commit is contained in:
parent
1f379d0e15
commit
e4d5059eef
4
.github/workflows/packages.yml
vendored
4
.github/workflows/packages.yml
vendored
|
@ -144,13 +144,13 @@ jobs:
|
||||||
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: Start postgresql service
|
||||||
# This skips updating brew when installing a package
|
# This skips updating brew when installing a package
|
||||||
env:
|
env:
|
||||||
HOMEBREW_NO_AUTO_UPDATE: 1
|
HOMEBREW_NO_AUTO_UPDATE: 1
|
||||||
run: |
|
run: |
|
||||||
brew install postgresql@13
|
|
||||||
brew services start postgresql
|
brew services start postgresql
|
||||||
|
mkdir repaired_wheels
|
||||||
|
|
||||||
# This builds all possible Python versions (currently, 3.8 to 3.10)
|
# This builds all possible Python versions (currently, 3.8 to 3.10)
|
||||||
- uses: pypa/cibuildwheel@v2.1.1
|
- uses: pypa/cibuildwheel@v2.1.1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user