Skip to content

Commit b1e3b6c

Browse files
authored
Remove invalid-merge-originating change
Removed installation of pyparsing version constraint.
1 parent 7f9d429 commit b1e3b6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/readme_snippets.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
python-version: "3.10"
2626
- run: python -m pip install $PIP_INSTALL_ARGS -e .
2727
- run: python -m pip install $PIP_INSTALL_ARGS pytest-codeblocks pytest
28-
- run: python -m pip install $PIP_INSTALL_ARGS "pyparsing<3.0.0" # https://github.com/matplotlib/matplotlib/issues/25204
2928
- run: |
3029
python -c "import os,pytest_codeblocks; code=pytest_codeblocks.extract_from_file('docs/markdown/pysdm_landing.md'); f=open('readme.py', 'w', encoding='utf-8'); f.write('# coding: utf-8'+os.linesep); f.writelines(block.code for block in code if block.syntax=='Python'); f.close()"
3130
- run: cat -n readme.py

0 commit comments

Comments
 (0)