Compare commits

...

2 commits

Author SHA1 Message Date
3f43b63981 Add python3 to actions
Some checks failed
/ test (push) Failing after 34s
2024-11-07 19:55:56 +01:00
9186ac89bd WIP: testing actions 2024-11-07 19:55:56 +01:00

View file

@ -0,0 +1,10 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'