Fix python version
This commit is contained in:
parent
9f65113c3a
commit
38cfe3d686
1 changed files with 3 additions and 1 deletions
|
@ -6,11 +6,13 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: docker.io/node:20-bookworm
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.13'
|
python-version: 3.11
|
||||||
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