Skip to content

Commit a520689

Browse files
[CI] restore checkout step
1 parent 06b5294 commit a520689

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/compatibility.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
outputs:
1616
versions: ${{ steps.parser.outputs.versions || '[]' }}
1717
steps:
18+
- uses: actions/checkout@v6
1819
- uses: actions/setup-python@v6
1920
with:
2021
python-version: "3.14"

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ jobs:
165165
outputs:
166166
versions: ${{ steps.parser.outputs.versions || '[]' }}
167167
steps:
168+
- uses: actions/checkout@v6
168169
- uses: actions/setup-python@v6
169170
with:
170171
python-version: "3.14"

0 commit comments

Comments
 (0)