WIP
Some checks failed
CI / ci (push) Failing after 11s

This commit is contained in:
Aloïs Micard 2025-02-18 22:50:41 +01:00
parent 7776eca053
commit cb54065df1

View file

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