Skip to content

Commit

Permalink
Run validate CI step with Python 3.11 (#1022)
Browse files Browse the repository at this point in the history
Python 3.12 doesn't work because of some lib being deprecated.
  • Loading branch information
Grazfather committed Dec 13, 2023
1 parent 295cbf7 commit 15b09cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate.yml
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.11"
- uses: pre-commit/action@v3.0.0

docs_link_check:
Expand Down

0 comments on commit 15b09cf

Please sign in to comment.