Skip to content

Commit

Permalink
Fix: Use python 3.8 for docs to match the Jenkins verification.
Browse files Browse the repository at this point in the history
Once this is confirmed to be working, we can ask the teams to migrate
docs to 3.11

Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
  • Loading branch information
jwagantall committed Aug 22, 2023
1 parent d9a0ff1 commit d9dda6e
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 d9dda6e

Please sign in to comment.