Skip to content

Commit

Permalink
Merge pull request #2 from pwwang/dev
Browse files Browse the repository at this point in the history
Use python3.9 for doc building
  • Loading branch information
pwwang authored Apr 8, 2021
2 parents 7392755 + 9b99a83 commit 79aaad0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
if: github.ref == 'refs/heads/master'
strategy:
matrix:
python-version: [3.8]
python-version: [3.9]
steps:
- uses: actions/checkout@v2
- name: Setup Python # Set Python version
Expand Down
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ mkdocs-material
pymdown-extensions
mkapi-fix
mkdocs-jupyter
# to compile readme.ipynb
plotnine
klib

0 comments on commit 79aaad0

Please sign in to comment.