Fix python version
Some checks failed
/ test (push) Failing after 36s
/ deploy (push) Has been cancelled

This commit is contained in:
lagertonne 2024-11-11 21:05:37 +01:00
parent 9f65113c3a
commit 38cfe3d686

View file

@ -6,11 +6,13 @@ on:
jobs:
test:
runs-on: docker
container:
image: docker.io/node:20-bookworm
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.13'
python-version: 3.11
cache: 'pip'
- name: Install needed python modules
working-directory: core