Skip to content

Commit 2ff0e9f

Browse files
[CI] restore checkout step
1 parent 7082c6d commit 2ff0e9f

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
@@ -193,6 +193,7 @@ jobs:
193193
outputs:
194194
versions: ${{ steps.parser.outputs.versions || '[]' }}
195195
steps:
196+
- uses: actions/checkout@v6
196197
- uses: actions/setup-python@v6
197198
with:
198199
python-version: "3.14"

0 commit comments

Comments
 (0)