Skip to content

Commit f0f697c

Browse files
committed
fix: python version for test
1 parent 6c3bb15 commit f0f697c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
python-version: ["3.13"]
19+
python-version: ["3.11"]
2020

2121
steps:
2222
- name: Checkout

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
pass_filenames: true
3434
stages: [pre-commit]
3535
language: script
36-
always_run: true
36+
# always_run: true
3737
fail_fast: true # Wait for user to remove the png files
3838

3939
# # Run resize image before the compress image check

0 commit comments

Comments
 (0)