Skip to content

Commit 04ddfa0

Browse files
authored
Merge pull request #215 from MoseleyBioinformaticsLab/docs
Ensures that the up-to-date version of python3 is ran when building the documentation
2 parents 86e8ffa + bf8f329 commit 04ddfa0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build_documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- uses: ammaraskar/sphinx-action@master
2121
with:
2222
docs-folder: "docs/"
23+
python-version: '3.11'
2324
# Create an artifact of the html output.
2425
- uses: actions/upload-artifact@v1
2526
with:

0 commit comments

Comments
 (0)