File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -257,8 +257,7 @@ jobs:
257
257
- name : Download artifact
258
258
uses : actions/download-artifact@v2
259
259
with :
260
- # `-c dppy_label_dev`: packages not published on `-c intel` yet
261
- name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }} -c dppy_label_dev
260
+ name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
262
261
263
262
- name : Install anaconda-client
264
263
run : conda install anaconda-client
@@ -283,8 +282,7 @@ jobs:
283
282
- name : Download artifact
284
283
uses : actions/download-artifact@v2
285
284
with :
286
- # `-c dppy_label_dev`: packages not published on `-c intel` yet
287
- name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }} -c dppy_label_dev
285
+ name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
288
286
289
287
- uses : conda-incubator/setup-miniconda@v2
290
288
with :
You can’t perform that action at this time.
0 commit comments