Skip to content

Commit fe66869

Browse files
committed
Downgrade ruamel.yaml to 0.18.12
Turns out in a recently updated version (0.18.13) the way mdformat works and formats the yaml in the markdowns has been changed.
2 parents f1af89c + 8849df6 commit fe66869

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
pip install -r requirements/base.txt
2525
- name: Check markdown format
2626
run: mdformat docs/
27-
- uses: parkerbxyz/suggest-changes@v1
27+
- uses: parkerbxyz/suggest-changes@v2
2828
with:
2929
event: 'REQUEST_CHANGES'

requirements/base.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ sphinx-notfound-page==1.1.0
1111
sphinx-sitemap==2.6.0
1212
sphinx-docsearch
1313
GitPython==3.1.44
14+
ruamel.yaml==0.18.12
1415

1516
# hypernode/ requirements
1617
beautifulsoup4==4.11.1

0 commit comments

Comments
 (0)