Commit bf5596a 1 parent f258421 commit bf5596a Copy full SHA for bf5596a
File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,7 @@ jobs:
149
149
name : ${{ matrix.pl_backend }}-${{ matrix.exec_model }}_name.txt
150
150
retention-days : 1
151
151
if-no-files-found : warn
152
+ include-hidden-files : true
152
153
path : ${{ github.workspace }}/${{ matrix.pl_backend }}-${{ matrix.exec_model }}_name.txt
153
154
154
155
- name : Cache wheel directories
@@ -157,6 +158,7 @@ jobs:
157
158
name : wheel_${{ matrix.pl_backend }}-${{ matrix.exec_model }}.whl
158
159
retention-days : 1
159
160
if-no-files-found : warn
161
+ include-hidden-files : true
160
162
path : |
161
163
${{ github.workspace }}/wheel_${{ matrix.pl_backend }}-${{ matrix.exec_model }}.whl
162
164
@@ -271,6 +273,7 @@ jobs:
271
273
name : .test_durations-${{ matrix.exec_model }}-${{ matrix.group }}
272
274
retention-days : 1
273
275
if-no-files-found : warn
276
+ include-hidden-files : true
274
277
path : ${{ github.workspace }}/.test_durations-${{ matrix.exec_model }}-${{ matrix.group }}
275
278
276
279
- name : Upload code coverage results
@@ -279,6 +282,7 @@ jobs:
279
282
name : ubuntu-codecov-results-python
280
283
path : ${{ github.workspace }}/.coverage-${{ github.job }}-${{ matrix.pl_backend }}-${{ matrix.group }}
281
284
if-no-files-found : warn
285
+ include-hidden-files : true
282
286
283
287
upload-to-codecov-linux-python :
284
288
if : github.event_name == 'pull_request'
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ jobs:
121
121
name : ${{ matrix.pl_backend }}-${{ matrix.blas }}_name.txt
122
122
retention-days : 1
123
123
if-no-files-found : warn
124
+ include-hidden-files : true
124
125
path : ${{ github.workspace }}/${{ matrix.pl_backend }}-${{ matrix.blas }}_name.txt
125
126
126
127
- name : Cache wheel directories
@@ -129,6 +130,7 @@ jobs:
129
130
name : wheel_${{ matrix.pl_backend }}-${{ matrix.blas }}.whl
130
131
retention-days : 1
131
132
if-no-files-found : warn
133
+ include-hidden-files : true
132
134
path : |
133
135
${{ github.workspace }}/wheel_${{ matrix.pl_backend }}-${{ matrix.blas }}.whl
134
136
@@ -219,14 +221,15 @@ jobs:
219
221
pl-device-test --device ${DEVICENAME} --shots=None --skip-ops $COVERAGE_FLAGS --cov-append
220
222
mv .coverage ${{ github.workspace }}/.coverage-${{ github.job }}-${{ matrix.pl_backend }}-${{ matrix.group }}
221
223
set +x
222
-
224
+
223
225
- name : Upload code coverage results
224
226
uses : actions/upload-artifact@v3
225
227
with :
226
228
name : ubuntu-codecov-results-python
227
229
path : |
228
230
${{ github.workspace }}/.coverage-${{ github.job }}-${{ matrix.pl_backend }}-${{ matrix.group }}
229
231
if-no-files-found : warn
232
+ include-hidden-files : true
230
233
231
234
upload-to-codecov-linux-python :
232
235
if : github.event_name == 'pull_request'
Original file line number Diff line number Diff line change 16
16
Version number (major.minor.patch[-label])
17
17
"""
18
18
19
- __version__ = "0.38.0-rc12 "
19
+ __version__ = "0.38.0-rc13 "
You can’t perform that action at this time.
0 commit comments