Change browser test CI python to 3.8 (#4234)

main
Chenlei Hu 7 months ago committed by GitHub
parent 2d75df45e6
commit 841e74ac40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -32,7 +32,7 @@ jobs:
node-version: lts/*
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.8'
- name: Install requirements
run: |
python -m pip install --upgrade pip

Loading…
Cancel
Save