Add CI #4

Merged
creekorful merged 8 commits from ci into main 2025-02-19 09:06:34 +01:00
Showing only changes of commit 4f6a9502be - Show all commits

View file

@ -3,7 +3,7 @@ name: CI
on: [ push ]
jobs:
ci:
runs-on: docker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@ -11,7 +11,5 @@ jobs:
with:
python-version: '3.13'
cache: 'pip'
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
- run: pip install -r requirements.txt