Add python3 to actions
Some checks failed
/ test (push) Failing after 34s

This commit is contained in:
lagertonne 2024-11-06 22:31:10 +01:00
parent 9186ac89bd
commit 3f43b63981

View file

@ -4,4 +4,7 @@ jobs:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'