fix python version
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.12'
|
||||
python-version: '3.12.3'
|
||||
|
||||
# Cache pip dependencies for faster reruns
|
||||
- name: Cache pip dependencies
|
||||
|
||||
Reference in New Issue
Block a user