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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Check Python version
|
||||||
uses: actions/setup-python@v4
|
run: |
|
||||||
with:
|
python --version
|
||||||
python-version: '3.10'
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue