Skip to content

Commit 0d36376

Browse files
moe-adansys-akarcher
authored andcommitted
ci: deactivate tox caching (#2428)
1 parent 3d93180 commit 0d36376

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,6 @@ jobs:
121121
python -m pip install -U pip
122122
python -m pip install -U tox tox-uv
123123
124-
- name: Cache tox environments
125-
uses: actions/cache@v4
126-
with:
127-
path: |
128-
.tox
129-
key: ${{ matrix.os }}-${{ matrix.python-version }}-${{ inputs.ANSYS_VERSION || vars.ANSYS_VERSION_DEFAULT }}-${{ hashFiles('requirements/*', 'pyproject.toml') }}
130-
restore-keys: |
131-
${{ matrix.os }}-${{ matrix.python-version }}-${{ inputs.ANSYS_VERSION || vars.ANSYS_VERSION_DEFAULT }}-
132-
133124
- name: "Build the wheel"
134125
shell: bash
135126
run: |

0 commit comments

Comments
 (0)