Fix the python versiob
This commit is contained in:
parent
c7448b70e1
commit
5f1e0efa92
1 changed files with 3 additions and 4 deletions
|
@ -16,10 +16,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- name: Check Python version
|
||||
run: |
|
||||
python --version
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue