Skip to content

Commit 9ba4dfa

Browse files
committed
TST: Try checkout v1, see actions/checkout#334 [ci skip]
1 parent d470fda commit 9ba4dfa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci_workflows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,9 @@ jobs:
115115
container:
116116
image: quay.io/pypa/manylinux1_i686
117117
steps:
118+
# TODO: Use newer checkout actions when https://github.com/actions/checkout/issues/334 fixed
118119
- name: Checkout code
119-
uses: actions/checkout@v2
120+
uses: actions/checkout@v1
120121
with:
121122
fetch-depth: 0
122123
- name: Write configuration items to standard location to make sure they are ignored in parallel mode

0 commit comments

Comments
 (0)