Skip to content

Commit 00bfad7

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 4fd2321 commit 00bfad7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build:
1616
strategy:
1717
matrix:
18-
python-version: ["3.10", "3.11", "3.12", "3.13"]
18+
python-version: ['3.10', '3.11', '3.12', '3.13']
1919
uv-resolution: [highest, lowest-direct]
2020
platform: [ubuntu-latest, windows-latest]
2121

@@ -28,7 +28,7 @@ jobs:
2828
uses: astral-sh/setup-uv@v7
2929
with:
3030
enable-cache: true
31-
cache-dependency-glob: "**/pyproject.toml"
31+
cache-dependency-glob: '**/pyproject.toml'
3232

3333
- name: Lint
3434
run: |
@@ -70,7 +70,7 @@ jobs:
7070
completion-ci:
7171
needs: build
7272
runs-on: ubuntu-latest
73-
if: always() # Run even if one matrix job fails
73+
if: always() # Run even if one matrix job fails
7474
steps:
7575
- name: Check matrix job status
7676
run: |-

0 commit comments

Comments
 (0)