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 3d93180 commit 0d36376Copy full SHA for 0d36376
.github/workflows/tests.yml
@@ -121,15 +121,6 @@ jobs:
121
python -m pip install -U pip
122
python -m pip install -U tox tox-uv
123
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
-
133
- name: "Build the wheel"
134
shell: bash
135
run: |
0 commit comments