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

This commit is contained in:
Alexander Kalinovsky
2025-08-25 20:07:47 +03:00
parent 3433d740cc
commit e5cc3cf4c7

View File

@@ -24,7 +24,7 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install uv - name: Install uv
uses: astral-sh/setup-uv@v6 uses: astral-sh/setup-uv@v5
with: with:
enable-cache: true enable-cache: true
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}