File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 sudo mv op /usr/local/bin
119119 rm op.zip
120120 ls
121- python -m pip install ruamel.yaml
121+ python -m pip install " ruamel.yaml<0.18.0"
122122
123123 python scripts/workflows/scripts/patch.py
124124
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 sudo mv op /usr/local/bin
105105 rm op.zip
106106 ls
107- python -m pip install ruamel.yaml
107+ python -m pip install " ruamel.yaml<0.18.0"
108108
109109 python scripts/workflows/scripts/patch.py
110110
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 sudo mv op /usr/local/bin
104104 rm op.zip
105105 ls
106- python -m pip install ruamel.yaml
106+ python -m pip install " ruamel.yaml<0.18.0"
107107
108108 python scripts/workflows/scripts/patch.py
109109
You can’t perform that action at this time.
0 commit comments