test #19
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@ jobs:
|
||||||
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:python-${{ matrix.py }}
|
||||||
|
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