Skip to content

Commit

Permalink
TST: Try checkout v1, see actions/checkout#334 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Nov 14, 2020
1 parent d470fda commit 9ba4dfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,9 @@ jobs:
container:
image: quay.io/pypa/manylinux1_i686
steps:
# TODO: Use newer checkout actions when https://github.com/actions/checkout/issues/334 fixed
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v1
with:
fetch-depth: 0
- name: Write configuration items to standard location to make sure they are ignored in parallel mode
Expand Down

0 comments on commit 9ba4dfa

Please sign in to comment.