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