Skip to content

Commit e16ac73

Browse files
committed
Fix syntax error in yaml file after conflict resolution
1 parent b3968ae commit e16ac73

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/testsuite.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,12 @@ jobs:
152152
run:
153153
shell: bash -l {0}
154154
steps:
155-
- name: Checkout Repository
156-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
157-
with:
158-
fetch-depth: 0
159-
persist-credentials: false
160-
submodules: true
155+
- name: Checkout Repository
156+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
157+
with:
158+
fetch-depth: 0
159+
persist-credentials: false
160+
submodules: true
161161

162162
- name: Setup Conda and Python
163163
uses: conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0

0 commit comments

Comments
 (0)