We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f9d429 commit b1e3b6cCopy full SHA for b1e3b6c
.github/workflows/readme_snippets.yml
@@ -25,7 +25,6 @@ jobs:
25
python-version: "3.10"
26
- run: python -m pip install $PIP_INSTALL_ARGS -e .
27
- 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
29
- run: |
30
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()"
31
- run: cat -n readme.py
0 commit comments