It seems we still need to specify python version?
This commit is contained in:
parent
e38cab8add
commit
c0d8069097
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
|
python-version: '3.x'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
- name: Install needed python modules
|
- name: Install needed python modules
|
||||||
working-directory: core
|
working-directory: core
|
||||||
|
|
Loading…
Reference in a new issue