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:
|
pre-commit:
|
||||||
name: Pre-commit
|
name: Pre-commit
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: git.frostfs.info/truecloudlab/env:python-${{ matrix.py }}
|
container: git.frostfs.info/truecloudlab/env:openjdk-11-maven-3.8.6
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
py:
|
|
||||||
- '3.11'
|
|
||||||
- '3.13'
|
|
||||||
env:
|
|
||||||
PIP_CACHE_DIR: /cache/pip
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
|
|
Loading…
Reference in a new issue