Skip to content

Commit

Permalink
include-hidden-files: true
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentmr committed Sep 3, 2024
1 parent f258421 commit bf5596a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests_lkcpu_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ jobs:
name: ${{ matrix.pl_backend }}-${{ matrix.exec_model }}_name.txt
retention-days: 1
if-no-files-found: warn
include-hidden-files: true
path: ${{ github.workspace }}/${{ matrix.pl_backend }}-${{ matrix.exec_model }}_name.txt

- name: Cache wheel directories
Expand All @@ -157,6 +158,7 @@ jobs:
name: wheel_${{ matrix.pl_backend }}-${{ matrix.exec_model }}.whl
retention-days: 1
if-no-files-found: warn
include-hidden-files: true
path: |
${{ github.workspace }}/wheel_${{ matrix.pl_backend }}-${{ matrix.exec_model }}.whl
Expand Down Expand Up @@ -271,6 +273,7 @@ jobs:
name: .test_durations-${{ matrix.exec_model }}-${{ matrix.group }}
retention-days: 1
if-no-files-found: warn
include-hidden-files: true
path: ${{ github.workspace }}/.test_durations-${{ matrix.exec_model }}-${{ matrix.group }}

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

upload-to-codecov-linux-python:
if: github.event_name == 'pull_request'
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/tests_lqcpu_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ jobs:
name: ${{ matrix.pl_backend }}-${{ matrix.blas }}_name.txt
retention-days: 1
if-no-files-found: warn
include-hidden-files: true
path: ${{ github.workspace }}/${{ matrix.pl_backend }}-${{ matrix.blas }}_name.txt

- name: Cache wheel directories
Expand All @@ -129,6 +130,7 @@ jobs:
name: wheel_${{ matrix.pl_backend }}-${{ matrix.blas }}.whl
retention-days: 1
if-no-files-found: warn
include-hidden-files: true
path: |
${{ github.workspace }}/wheel_${{ matrix.pl_backend }}-${{ matrix.blas }}.whl
Expand Down Expand Up @@ -219,14 +221,15 @@ jobs:
pl-device-test --device ${DEVICENAME} --shots=None --skip-ops $COVERAGE_FLAGS --cov-append
mv .coverage ${{ github.workspace }}/.coverage-${{ github.job }}-${{ matrix.pl_backend }}-${{ matrix.group }}
set +x
- name: Upload code coverage results
uses: actions/upload-artifact@v3
with:
name: ubuntu-codecov-results-python
path: |
${{ github.workspace }}/.coverage-${{ github.job }}-${{ matrix.pl_backend }}-${{ matrix.group }}
if-no-files-found: warn
include-hidden-files: true

upload-to-codecov-linux-python:
if: github.event_name == 'pull_request'
Expand Down
2 changes: 1 addition & 1 deletion pennylane_lightning/core/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.38.0-rc12"
__version__ = "0.38.0-rc13"

0 comments on commit bf5596a

Please sign in to comment.