diff --git a/.forgejo/workflows/pre-commit.yaml b/.forgejo/workflows/pre-commit.yaml index 96983e6..bdb64e4 100644 --- a/.forgejo/workflows/pre-commit.yaml +++ b/.forgejo/workflows/pre-commit.yaml @@ -6,6 +6,13 @@ jobs: name: Pre-commit runs-on: docker container: git.frostfs.info/truecloudlab/env:python-${{ matrix.py }} + strategy: + matrix: + py: + - '3.11' + - '3.13' + env: + PIP_CACHE_DIR: /cache/pip steps: - uses: actions/checkout@v3 - name: Install deps