summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngy döt Net <ingy@ingy.net>2020-12-23 10:28:17 -0500
committerIngy döt Net <ingy@ingy.net>2021-01-13 16:58:40 -0500
commit492bcbaa1385f11c98ce15a8e184d7002ba9339f (patch)
treed481220ed7892ebf3d7f0c0fec1192a8c692a8fb
parentc851ff7eadc86ddb49cce6702c6bd4c9e7f5e474 (diff)
downloadpyyaml-git-492bcbaa1385f11c98ce15a8e184d7002ba9339f.tar.gz
Better (non)use of literal form scalars
-rw-r--r--.github/workflows/ci.yaml16
1 files changed, 5 insertions, 11 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index fc24f17..0bada62 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -26,7 +26,6 @@ jobs:
- name: install build deps
run: |
python -V
-
python -m pip install build
- name: build sdist
@@ -88,8 +87,7 @@ jobs:
id: cached_libyaml
uses: actions/cache@v2
with:
- path: |
- libyaml
+ path: libyaml
key: libyaml_${{matrix.platform}}_${{matrix.arch}}_${{env.LIBYAML_REF}}
- name: checkout pyyaml
@@ -145,8 +143,7 @@ jobs:
id: cached_libyaml
uses: actions/cache@v2
with:
- path: |
- libyaml
+ path: libyaml
key: libyaml_${{matrix.platform}}_${{matrix.arch}}_${{env.LIBYAML_REF}}
- name: ensure libyaml fetched
@@ -190,8 +187,7 @@ jobs:
id: cached_libyaml
uses: actions/cache@v2
with:
- path: |
- libyaml
+ path: libyaml
key: libyaml_${{matrix.platform}}_${{matrix.arch}}_${{env.LIBYAML_REF}}
- name: checkout pyyaml
@@ -230,8 +226,7 @@ jobs:
id: cached_libyaml
uses: actions/cache@v2
with:
- path: |
- libyaml
+ path: libyaml
key: libyaml_${{matrix.platform}}_${{matrix.arch}}_${{env.LIBYAML_REF}}
- name: ensure libyaml fetched
@@ -247,8 +242,7 @@ jobs:
env:
CIBW_BUILD: ${{matrix.python_tag}}
CIBW_BUILD_VERBOSITY: 1
- run: |
- bash ./packaging/build/macos.sh
+ run: bash ./packaging/build/macos.sh
- uses: actions/upload-artifact@v2
with: