Skip to content

Commit 2d7401b

Browse files
committed
Revert ruamel.yaml back to 0.17.31
And revert back related changes
1 parent 28f2516 commit 2d7401b

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

.github/workflows/__multi-language-autodetect.yml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__packaging-inputs-js.yml

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__resolve-environment-action.yml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__start-proxy.yml

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/sync.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def writeHeader(checkStream):
5656
yaml = ruamel.yaml.YAML()
5757
yaml.Representer = NonAliasingRTRepresenter
5858
yaml.indent(mapping=2, sequence=4, offset=2)
59-
yaml.width = 120
6059

6160
this_dir = pathlib.Path(__file__).resolve().parent
6261

pr-checks/sync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ set -e
44
cd "$(dirname "$0")"
55
python3 -m venv env
66
source env/bin/activate
7-
pip3 install ruamel.yaml==0.18.14
7+
pip3 install ruamel.yaml
88
python3 sync.py
99

0 commit comments

Comments
 (0)