Skip to content

Commit bf5596a

Browse files
committed
include-hidden-files: true
1 parent f258421 commit bf5596a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/tests_lkcpu_python.yml

+4
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ jobs:
149149
name: ${{ matrix.pl_backend }}-${{ matrix.exec_model }}_name.txt
150150
retention-days: 1
151151
if-no-files-found: warn
152+
include-hidden-files: true
152153
path: ${{ github.workspace }}/${{ matrix.pl_backend }}-${{ matrix.exec_model }}_name.txt
153154

154155
- name: Cache wheel directories
@@ -157,6 +158,7 @@ jobs:
157158
name: wheel_${{ matrix.pl_backend }}-${{ matrix.exec_model }}.whl
158159
retention-days: 1
159160
if-no-files-found: warn
161+
include-hidden-files: true
160162
path: |
161163
${{ github.workspace }}/wheel_${{ matrix.pl_backend }}-${{ matrix.exec_model }}.whl
162164
@@ -271,6 +273,7 @@ jobs:
271273
name: .test_durations-${{ matrix.exec_model }}-${{ matrix.group }}
272274
retention-days: 1
273275
if-no-files-found: warn
276+
include-hidden-files: true
274277
path: ${{ github.workspace }}/.test_durations-${{ matrix.exec_model }}-${{ matrix.group }}
275278

276279
- name: Upload code coverage results
@@ -279,6 +282,7 @@ jobs:
279282
name: ubuntu-codecov-results-python
280283
path: ${{ github.workspace }}/.coverage-${{ github.job }}-${{ matrix.pl_backend }}-${{ matrix.group }}
281284
if-no-files-found: warn
285+
include-hidden-files: true
282286

283287
upload-to-codecov-linux-python:
284288
if: github.event_name == 'pull_request'

.github/workflows/tests_lqcpu_python.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ jobs:
121121
name: ${{ matrix.pl_backend }}-${{ matrix.blas }}_name.txt
122122
retention-days: 1
123123
if-no-files-found: warn
124+
include-hidden-files: true
124125
path: ${{ github.workspace }}/${{ matrix.pl_backend }}-${{ matrix.blas }}_name.txt
125126

126127
- name: Cache wheel directories
@@ -129,6 +130,7 @@ jobs:
129130
name: wheel_${{ matrix.pl_backend }}-${{ matrix.blas }}.whl
130131
retention-days: 1
131132
if-no-files-found: warn
133+
include-hidden-files: true
132134
path: |
133135
${{ github.workspace }}/wheel_${{ matrix.pl_backend }}-${{ matrix.blas }}.whl
134136
@@ -219,14 +221,15 @@ jobs:
219221
pl-device-test --device ${DEVICENAME} --shots=None --skip-ops $COVERAGE_FLAGS --cov-append
220222
mv .coverage ${{ github.workspace }}/.coverage-${{ github.job }}-${{ matrix.pl_backend }}-${{ matrix.group }}
221223
set +x
222-
224+
223225
- name: Upload code coverage results
224226
uses: actions/upload-artifact@v3
225227
with:
226228
name: ubuntu-codecov-results-python
227229
path: |
228230
${{ github.workspace }}/.coverage-${{ github.job }}-${{ matrix.pl_backend }}-${{ matrix.group }}
229231
if-no-files-found: warn
232+
include-hidden-files: true
230233

231234
upload-to-codecov-linux-python:
232235
if: github.event_name == 'pull_request'

pennylane_lightning/core/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
Version number (major.minor.patch[-label])
1717
"""
1818

19-
__version__ = "0.38.0-rc12"
19+
__version__ = "0.38.0-rc13"

0 commit comments

Comments
 (0)