Skip to content

Commit c097eee

Browse files
committed
Another fix
1 parent fa1f93d commit c097eee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/validate_vrt.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v4
11+
with:
12+
fetch-depth: 0
1113

1214
- name: Set up Python 3.13
1315
uses: actions/setup-python@v5
1416
with:
15-
python-version: 3.11
17+
python-version: "3.13"
1618

1719
- name: Install dependencies
1820
run: |

0 commit comments

Comments
 (0)