Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
relocked examples env on python v3.6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Oct 9, 2021
1 parent b066bcc commit ac9b907
Show file tree
Hide file tree
Showing 6 changed files with 2,850 additions and 1,954 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python.yml
Expand Up @@ -149,6 +149,8 @@ jobs:
# revert line specifying version of python interpreter
- run: sudo apt-get update
- run: sudo apt-get install --yes --no-install-recommends patchutils
- run: git diff --unified=0 | grepdiff --output-matching=hunk '^ "version":' | patch --reverse
- run: git diff --unified=0 | grepdiff --output-matching=hunk 'data:image/png;base64,' | patch --reverse
- run: >-
git diff --unified=0
| grepdiff --output-matching=hunk '^\( "version":\| "execution": {\| "<img src=\\"data:image/png;base64,\)'
| patch --reverse
- run: git diff --exit-code
2 changes: 2 additions & 0 deletions examples/Pipfile
Expand Up @@ -9,6 +9,8 @@ pandas = "*"
matplotlib = "*"
seaborn = "*"
notebook = "*"
# nbconvert v6.0.2 made `;` suffix on last line ineffective
nbconvert = "<6.0.2"

# workaround pipenv expectedly adding "python_version >= '3.7'" marker:
# > File "/home/runner/.local/share/virtualenvs/examples-bH_l4rXc/lib/python3.5/site-packages/nbconvert/exporters/base.py", line 10, in <module>
Expand Down

0 comments on commit ac9b907

Please sign in to comment.