test #19
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue