mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-29 09:29:46 +03:00
Undo prettier
This commit is contained in:
parent
8d55da4074
commit
7e6f7d48e7
13
.github/workflows/packages.yml
vendored
13
.github/workflows/packages.yml
vendored
|
@ -2,8 +2,6 @@
|
||||||
name: Build packages
|
name: Build packages
|
||||||
on:
|
on:
|
||||||
- workflow_dispatch
|
- workflow_dispatch
|
||||||
# XXX: Temp change while working on PR; remove with prettier changes
|
|
||||||
- pull_request
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-sdist:
|
build-sdist:
|
||||||
|
@ -52,15 +50,16 @@ jobs:
|
||||||
--health-timeout 5s
|
--health-timeout 5s
|
||||||
--health-retries 5
|
--health-retries 5
|
||||||
|
|
||||||
|
|
||||||
build-manylinux:
|
build-manylinux:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- { tag: manylinux2014, arch: x86_64 }
|
- {tag: manylinux2014, arch: x86_64}
|
||||||
- { tag: manylinux2014, arch: i686 }
|
- {tag: manylinux2014, arch: i686}
|
||||||
- { tag: manylinux_2_24, arch: aarch64 }
|
- {tag: manylinux_2_24, arch: aarch64}
|
||||||
- { tag: manylinux_2_24, arch: ppc64le }
|
- {tag: manylinux_2_24, arch: ppc64le}
|
||||||
|
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
|
@ -112,7 +111,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.6", "3.7", "3.8", "3.9"]
|
python-version: ['3.6', '3.7', '3.8', '3.9']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repos
|
- name: Checkout repos
|
||||||
|
|
Loading…
Reference in New Issue
Block a user