From cb54065df1ec216c51403e6ba80d1e00bdd2ae8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Micard?= Date: Tue, 18 Feb 2025 22:50:41 +0100 Subject: [PATCH] WIP --- .forgejo/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 44f6bb5..ad44b5f 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -3,7 +3,7 @@ name: CI on: [ push ] jobs: ci: - runs-on: ubuntu-latest + runs-on: docker steps: - uses: actions/checkout@v4 @@ -11,5 +11,7 @@ jobs: with: python-version: '3.13' cache: 'pip' + env: + AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache - run: pip install -r requirements.txt \ No newline at end of file