There was an error while loading. Please reload this page.
1 parent d92efa4 commit d68f629Copy full SHA for d68f629
1 file changed
.github/workflows/publish_docs.yml
@@ -26,15 +26,15 @@ jobs:
26
timeout-minutes: 10
27
strategy:
28
matrix:
29
- python-version: ["3.13"]
+ python-version: ["3.12"]
30
steps:
31
- name: 📥 Checkout the repository
32
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
33
with:
34
fetch-depth: 0
35
36
- name: 🐍 Install uv and set Python ${{ matrix.python-version }}
37
- uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
+ uses: astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # v7.0.0
38
39
python-version: ${{ matrix.python-version }}
40
activate-environment: true
0 commit comments