Skip to content

Commit 371f264

Browse files
committed
Fix check out cpython
Signed-off-by: Hau Hsu <howard0617@gmail.com>
1 parent 8b547f3 commit 371f264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Checks-out cpython
3030
- uses: actions/checkout@v2
3131
with:
32-
name: python/cpython
32+
repository: python/cpython
3333
ref: 3.9
3434
path: cpython
3535

0 commit comments

Comments
 (0)