Skip to content

Commit

Permalink
Fixed doc publishing
Browse files Browse the repository at this point in the history
The github action to do this was still based on py3.6
but the latest changes on tox.ini requires a newer version
of tox which doesn't exist for py3.6. Thus run the workflow
on a newer python version
  • Loading branch information
schaefi committed Jul 31, 2023
1 parent bd39c68 commit 2ee63cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-publish-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.6]
python-version: [3.10]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 2ee63cf

Please sign in to comment.