Undo prettier

This commit is contained in:
Armen Zambrano G 2021-09-08 15:01:44 -04:00
parent 8d55da4074
commit 7e6f7d48e7

View File

@ -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