@@ -28,66 +28,66 @@ runs:
2828 with :
2929 name : base-notebook-amd64-history_line
3030 path : ${{ inputs.histLineDir }}
31- - name : Download artifact 📥
32- uses : actions/download-artifact@v3
33- with :
34- name : minimal-notebook-aarch64-history_line
35- path : ${{ inputs.histLineDir }}
36- - name : Download artifact 📥
37- uses : actions/download-artifact@v3
38- with :
39- name : minimal-notebook-amd64-history_line
40- path : ${{ inputs.histLineDir }}
41- - name : Download artifact 📥
42- uses : actions/download-artifact@v3
43- with :
44- name : scipy-notebook-aarch64-history_line
45- path : ${{ inputs.histLineDir }}
46- - name : Download artifact 📥
47- uses : actions/download-artifact@v3
48- with :
49- name : scipy-notebook-amd64-history_line
50- path : ${{ inputs.histLineDir }}
51- - name : Download artifact 📥
52- uses : actions/download-artifact@v3
53- with :
54- name : r-notebook-aarch64-history_line
55- path : ${{ inputs.histLineDir }}
56- - name : Download artifact 📥
57- uses : actions/download-artifact@v3
58- with :
59- name : r-notebook-amd64-history_line
60- path : ${{ inputs.histLineDir }}
61- - name : Download artifact 📥
62- uses : actions/download-artifact@v3
63- with :
64- name : tensorflow-notebook-amd64-history_line
65- path : ${{ inputs.histLineDir }}
66- - name : Download artifact 📥
67- uses : actions/download-artifact@v3
68- with :
69- name : datascience-notebook-amd64-history_line
70- path : ${{ inputs.histLineDir }}
71- - name : Download artifact 📥
72- uses : actions/download-artifact@v3
73- with :
74- name : pyspark-notebook-aarch64-history_line
75- path : ${{ inputs.histLineDir }}
76- - name : Download artifact 📥
77- uses : actions/download-artifact@v3
78- with :
79- name : pyspark-notebook-amd64-history_line
80- path : ${{ inputs.histLineDir }}
81- - name : Download artifact 📥
82- uses : actions/download-artifact@v3
83- with :
84- name : all-spark-notebook-aarch64-history_line
85- path : ${{ inputs.histLineDir }}
86- - name : Download artifact 📥
87- uses : actions/download-artifact@v3
88- with :
89- name : all-spark-notebook-amd64-history_line
90- path : ${{ inputs.histLineDir }}
31+ # - name: Download artifact 📥
32+ # uses: actions/download-artifact@v3
33+ # with:
34+ # name: minimal-notebook-aarch64-history_line
35+ # path: ${{ inputs.histLineDir }}
36+ # - name: Download artifact 📥
37+ # uses: actions/download-artifact@v3
38+ # with:
39+ # name: minimal-notebook-amd64-history_line
40+ # path: ${{ inputs.histLineDir }}
41+ # - name: Download artifact 📥
42+ # uses: actions/download-artifact@v3
43+ # with:
44+ # name: scipy-notebook-aarch64-history_line
45+ # path: ${{ inputs.histLineDir }}
46+ # - name: Download artifact 📥
47+ # uses: actions/download-artifact@v3
48+ # with:
49+ # name: scipy-notebook-amd64-history_line
50+ # path: ${{ inputs.histLineDir }}
51+ # - name: Download artifact 📥
52+ # uses: actions/download-artifact@v3
53+ # with:
54+ # name: r-notebook-aarch64-history_line
55+ # path: ${{ inputs.histLineDir }}
56+ # - name: Download artifact 📥
57+ # uses: actions/download-artifact@v3
58+ # with:
59+ # name: r-notebook-amd64-history_line
60+ # path: ${{ inputs.histLineDir }}
61+ # - name: Download artifact 📥
62+ # uses: actions/download-artifact@v3
63+ # with:
64+ # name: tensorflow-notebook-amd64-history_line
65+ # path: ${{ inputs.histLineDir }}
66+ # - name: Download artifact 📥
67+ # uses: actions/download-artifact@v3
68+ # with:
69+ # name: datascience-notebook-amd64-history_line
70+ # path: ${{ inputs.histLineDir }}
71+ # - name: Download artifact 📥
72+ # uses: actions/download-artifact@v3
73+ # with:
74+ # name: pyspark-notebook-aarch64-history_line
75+ # path: ${{ inputs.histLineDir }}
76+ # - name: Download artifact 📥
77+ # uses: actions/download-artifact@v3
78+ # with:
79+ # name: pyspark-notebook-amd64-history_line
80+ # path: ${{ inputs.histLineDir }}
81+ # - name: Download artifact 📥
82+ # uses: actions/download-artifact@v3
83+ # with:
84+ # name: all-spark-notebook-aarch64-history_line
85+ # path: ${{ inputs.histLineDir }}
86+ # - name: Download artifact 📥
87+ # uses: actions/download-artifact@v3
88+ # with:
89+ # name: all-spark-notebook-amd64-history_line
90+ # path: ${{ inputs.histLineDir }}
9191
9292 - name : Download artifact 📥
9393 uses : actions/download-artifact@v3
@@ -99,63 +99,63 @@ runs:
9999 with :
100100 name : base-notebook-amd64-manifest
101101 path : ${{ inputs.manifestDir }}
102- - name : Download artifact 📥
103- uses : actions/download-artifact@v3
104- with :
105- name : minimal-notebook-aarch64-manifest
106- path : ${{ inputs.manifestDir }}
107- - name : Download artifact 📥
108- uses : actions/download-artifact@v3
109- with :
110- name : minimal-notebook-amd64-manifest
111- path : ${{ inputs.manifestDir }}
112- - name : Download artifact 📥
113- uses : actions/download-artifact@v3
114- with :
115- name : scipy-notebook-aarch64-manifest
116- path : ${{ inputs.manifestDir }}
117- - name : Download artifact 📥
118- uses : actions/download-artifact@v3
119- with :
120- name : scipy-notebook-amd64-manifest
121- path : ${{ inputs.manifestDir }}
122- - name : Download artifact 📥
123- uses : actions/download-artifact@v3
124- with :
125- name : r-notebook-aarch64-manifest
126- path : ${{ inputs.manifestDir }}
127- - name : Download artifact 📥
128- uses : actions/download-artifact@v3
129- with :
130- name : r-notebook-amd64-manifest
131- path : ${{ inputs.manifestDir }}
132- - name : Download artifact 📥
133- uses : actions/download-artifact@v3
134- with :
135- name : tensorflow-notebook-amd64-manifest
136- path : ${{ inputs.manifestDir }}
137- - name : Download artifact 📥
138- uses : actions/download-artifact@v3
139- with :
140- name : datascience-notebook-amd64-manifest
141- path : ${{ inputs.manifestDir }}
142- - name : Download artifact 📥
143- uses : actions/download-artifact@v3
144- with :
145- name : pyspark-notebook-aarch64-manifest
146- path : ${{ inputs.manifestDir }}
147- - name : Download artifact 📥
148- uses : actions/download-artifact@v3
149- with :
150- name : pyspark-notebook-amd64-manifest
151- path : ${{ inputs.manifestDir }}
152- - name : Download artifact 📥
153- uses : actions/download-artifact@v3
154- with :
155- name : all-spark-notebook-aarch64-manifest
156- path : ${{ inputs.manifestDir }}
157- - name : Download artifact 📥
158- uses : actions/download-artifact@v3
159- with :
160- name : all-spark-notebook-amd64-manifest
161- path : ${{ inputs.manifestDir }}
102+ # - name: Download artifact 📥
103+ # uses: actions/download-artifact@v3
104+ # with:
105+ # name: minimal-notebook-aarch64-manifest
106+ # path: ${{ inputs.manifestDir }}
107+ # - name: Download artifact 📥
108+ # uses: actions/download-artifact@v3
109+ # with:
110+ # name: minimal-notebook-amd64-manifest
111+ # path: ${{ inputs.manifestDir }}
112+ # - name: Download artifact 📥
113+ # uses: actions/download-artifact@v3
114+ # with:
115+ # name: scipy-notebook-aarch64-manifest
116+ # path: ${{ inputs.manifestDir }}
117+ # - name: Download artifact 📥
118+ # uses: actions/download-artifact@v3
119+ # with:
120+ # name: scipy-notebook-amd64-manifest
121+ # path: ${{ inputs.manifestDir }}
122+ # - name: Download artifact 📥
123+ # uses: actions/download-artifact@v3
124+ # with:
125+ # name: r-notebook-aarch64-manifest
126+ # path: ${{ inputs.manifestDir }}
127+ # - name: Download artifact 📥
128+ # uses: actions/download-artifact@v3
129+ # with:
130+ # name: r-notebook-amd64-manifest
131+ # path: ${{ inputs.manifestDir }}
132+ # - name: Download artifact 📥
133+ # uses: actions/download-artifact@v3
134+ # with:
135+ # name: tensorflow-notebook-amd64-manifest
136+ # path: ${{ inputs.manifestDir }}
137+ # - name: Download artifact 📥
138+ # uses: actions/download-artifact@v3
139+ # with:
140+ # name: datascience-notebook-amd64-manifest
141+ # path: ${{ inputs.manifestDir }}
142+ # - name: Download artifact 📥
143+ # uses: actions/download-artifact@v3
144+ # with:
145+ # name: pyspark-notebook-aarch64-manifest
146+ # path: ${{ inputs.manifestDir }}
147+ # - name: Download artifact 📥
148+ # uses: actions/download-artifact@v3
149+ # with:
150+ # name: pyspark-notebook-amd64-manifest
151+ # path: ${{ inputs.manifestDir }}
152+ # - name: Download artifact 📥
153+ # uses: actions/download-artifact@v3
154+ # with:
155+ # name: all-spark-notebook-aarch64-manifest
156+ # path: ${{ inputs.manifestDir }}
157+ # - name: Download artifact 📥
158+ # uses: actions/download-artifact@v3
159+ # with:
160+ # name: all-spark-notebook-amd64-manifest
161+ # path: ${{ inputs.manifestDir }}
0 commit comments