It seems we still need to specify python version?
Some checks failed
/ test (push) Failing after 35s
/ deploy (push) Has been skipped

This commit is contained in:
lagertonne 2024-11-11 21:16:21 +01:00
parent e38cab8add
commit c0d8069097

View file

@ -12,6 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
cache: 'pip'
- name: Install needed python modules
working-directory: core