We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3968ae commit e16ac73Copy full SHA for e16ac73
.github/workflows/testsuite.yml
@@ -152,12 +152,12 @@ jobs:
152
run:
153
shell: bash -l {0}
154
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
+ - name: Checkout Repository
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ with:
+ fetch-depth: 0
+ persist-credentials: false
+ submodules: true
161
162
- name: Setup Conda and Python
163
uses: conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2.0
0 commit comments