Add python3 to actions
This commit is contained in:
parent
624b0dd937
commit
9a3ea83ee2
1 changed files with 3 additions and 0 deletions
|
@ -4,4 +4,7 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: '3.11'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue