Skip to content

Commit

Permalink
Merge pull request #6098 from radarhere/python310
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Mar 1, 2022
2 parents 37d28ce + 949e4af commit 172fd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -91,7 +91,7 @@ jobs:
path: Tests/errors

- name: Docs
if: startsWith(matrix.os, 'ubuntu') && matrix.python-version == 3.9
if: startsWith(matrix.os, 'ubuntu') && matrix.python-version == 3.10
run: |
python3 -m pip install sphinx-copybutton sphinx-issues sphinx-removed-in sphinx-rtd-theme sphinxext-opengraph
make doccheck
Expand Down

0 comments on commit 172fd6c

Please sign in to comment.