Skip to content

Commit

Permalink
use python3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthergl committed Dec 20, 2023
1 parent 7a1316c commit d69a233
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- uses: actions/setup-python@v4
id: setup-python
with:
python-version: "3.11"
python-version: "3.8"
- name: Retrieve pre-built distribution files
uses: actions/download-artifact@v3
with: { name: python-distribution-files, path: dist/ }
Expand Down
2 changes: 0 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@
"sphinx.ext.napoleon",
"nbsphinx",
]
# https://nbsphinx.readthedocs.io/en/0.2.7/allow-errors.html
nbsphinx_allow_errors = True

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
Expand Down

0 comments on commit d69a233

Please sign in to comment.