Skip to content

Commit

Permalink
pin python to 3.12.0 to avoid ci errors
Browse files Browse the repository at this point in the history
Signed-off-by: rootfs <hchen@redhat.com>
  • Loading branch information
rootfs committed Jan 10, 2024
1 parent 01308d9 commit 8000d18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mkdocs-ghpages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
python-version: '3.12.0'
- uses: teaxyz/setup@v0
with:
+: |
Expand Down

0 comments on commit 8000d18

Please sign in to comment.