Skip to content

Commit 841e74a

Browse files
authored
Change browser test CI python to 3.8 (comfyanonymous#4234)
1 parent 2d75df4 commit 841e74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-browser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
node-version: lts/*
3333
- uses: actions/setup-python@v4
3434
with:
35-
python-version: '3.10'
35+
python-version: '3.8'
3636
- name: Install requirements
3737
run: |
3838
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)