Skip to content

Commit 282f3fc

Browse files
[CI] restore checkout step
1 parent aae671b commit 282f3fc

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
@@ -88,6 +88,7 @@ jobs:
8888
outputs:
8989
versions: ${{ steps.parser.outputs.versions || '[]' }}
9090
steps:
91+
- uses: actions/checkout@v6
9192
- uses: actions/setup-python@v6
9293
with:
9394
python-version: "3.14"

0 commit comments

Comments
 (0)