Skip to content

Commit

Permalink
Merge pull request #131 from sustainable-computing-io/python
Browse files Browse the repository at this point in the history
pin python to 3.12.0 to avoid ci errors
  • Loading branch information
rootfs authored Jan 10, 2024
2 parents 01308d9 + 8000d18 commit 61abde9
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 61abde9

Please sign in to comment.