Skip to content

Commit 896f20f

Browse files
committed
ci(cache): exclude example result files from tox cache logic
1 parent e991508 commit 896f20f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126
with:
127127
path: |
128128
.tox
129+
!**/ansys/dpf/core/examples/result_files/**/*
129130
key: ${{ matrix.os }}-${{ matrix.python-version }}-${{ inputs.ANSYS_VERSION || vars.ANSYS_VERSION_DEFAULT }}-${{ hashFiles('requirements/*', 'pyproject.toml') }}
130131
restore-keys: |
131132
${{ matrix.os }}-${{ matrix.python-version }}-${{ inputs.ANSYS_VERSION || vars.ANSYS_VERSION_DEFAULT }}-

0 commit comments

Comments
 (0)