test
This commit is contained in:
parent
da32b5c45d
commit
af743b898c
1 changed files with 1 additions and 8 deletions
|
@ -5,14 +5,7 @@ jobs:
|
|||
pre-commit:
|
||||
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
|
||||
container: git.frostfs.info/truecloudlab/env:openjdk-11-maven-3.8.6
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install deps
|
||||
|
|
Loading…
Reference in a new issue