fix: ci workflow
Some checks failed
CI / test (3.13) (push) Failing after 25s

This commit is contained in:
Alexander Kalinovsky
2025-08-25 20:03:43 +03:00
parent 2954913673
commit 3433d740cc
2 changed files with 29 additions and 2 deletions

View File

@@ -23,8 +23,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up uv
uses: astral-sh/setup-uv@v4
- name: Install uv
uses: astral-sh/setup-uv@v6
with:
enable-cache: true
python-version: ${{ matrix.python-version }}