Skip to content

Commit

Permalink
Merge pull request #40 from jwagantall/tox-fix
Browse files Browse the repository at this point in the history
Fix: Use python 3.8 for docs to match the Jenkins verification.
  • Loading branch information
keanjapesan authored Aug 22, 2023
2 parents d9a0ff1 + d9dda6e commit e623037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compose-rtdv3-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- uses: actions/setup-python@v4
id: setup-python
with:
python-version: "3.11"
python-version: "3.8"
- name: Verify If readthedocs Config exists
run: |
echo "Verifying if readthedocs.yaml config file exists"
Expand Down

0 comments on commit e623037

Please sign in to comment.