fixed the not found python 3.8 env (#1830)

This commit is contained in:
zr_jin 2024-12-10 11:15:49 +08:00 committed by GitHub
parent 08caa1e4e5
commit a43480af47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.8]
python-version: [3.10.15]
fail-fast: false
steps: