We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e991508 commit 896f20fCopy full SHA for 896f20f
.github/workflows/tests.yml
@@ -126,6 +126,7 @@ jobs:
126
with:
127
path: |
128
.tox
129
+ !**/ansys/dpf/core/examples/result_files/**/*
130
key: ${{ matrix.os }}-${{ matrix.python-version }}-${{ inputs.ANSYS_VERSION || vars.ANSYS_VERSION_DEFAULT }}-${{ hashFiles('requirements/*', 'pyproject.toml') }}
131
restore-keys: |
132
${{ matrix.os }}-${{ matrix.python-version }}-${{ inputs.ANSYS_VERSION || vars.ANSYS_VERSION_DEFAULT }}-
0 commit comments