Skip to content

Commit 783f3e7

Browse files
committed
Include python 3.9 since vercel publish seems to need it
1 parent d3d91d4 commit 783f3e7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ccadb.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ jobs:
6868
- name: Set up Python
6969
uses: actions/setup-python@v6
7070
with:
71-
python-version: '3.11'
71+
python-version: |
72+
3.9
73+
3.11
7274
cache: 'pip'
7375

7476
- name: Install Python dependencies

0 commit comments

Comments
 (0)