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
on:
- workflow_dispatch
# XXX: Temp change while working on PR; remove with prettier changes
- pull_request
jobs:
build-sdist:
@ -52,6 +50,7 @@ jobs:
--health-timeout 5s
--health-retries 5
build-manylinux:
strategy:
fail-fast: false
@ -112,7 +111,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9"]
python-version: ['3.6', '3.7', '3.8', '3.9']
steps:
- name: Checkout repos