Skip to content

Commit 95c9040

Browse files
committed
Fixed missing checkout in workflows
1 parent aa8aed7 commit 95c9040

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- "3.12"
3030
runs-on: ${{ matrix.os }}
3131
steps:
32+
- uses: actions/checkout@v4
3233
- uses: ./.github/actions/setup-python-and-git
3334
with:
3435
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)