Skip to content

Commit 771175c

Browse files
authored
Update static.yml
1 parent cc827ac commit 771175c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/static.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ permissions:
2020
concurrency:
2121
group: "pages"
2222
cancel-in-progress: false
23-
2423
jobs:
2524
# Single deploy job since we're just deploying
2625
deploy:
@@ -33,6 +32,9 @@ jobs:
3332
uses: actions/checkout@v4
3433
- name: Run Render-Engine
3534
uses: actions/[email protected]
35+
with:
36+
python-version: "3.13"
37+
cache: "pip"
3638
- name: build site
3739
run: |
3840
python -m pip install -e .

0 commit comments

Comments
 (0)