Skip to content

Commit ee22c6b

Browse files
committed
Update deploy-docs.yml
1 parent e49ca01 commit ee22c6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131
with:
3232
environment-name: TEST
3333
init-shell: bash
34+
# use '3.12' for now while Altair is not 3.13 compatible. Revert to '3' when it is.
3435
create-args: >-
35-
python=3
36+
python=3.12
3637
--file requirements.txt
3738
--file requirements-dev.txt
3839

0 commit comments

Comments
 (0)