Skip to content

Commit ca2155a

Browse files
committed
Fix release process
1 parent dcdc0da commit ca2155a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,6 @@ jobs:
122122
with:
123123
python-version: ${{ env.DEFAULT_PYTHON }}
124124

125-
- name: Cache pip
126-
uses: actions/cache@v4
127-
with:
128-
path: ~/.cache/pip
129-
key: ${{ runner.os }}-python-${{ env.DEFAULT_PYTHON }}-coverage
130-
131125
- name: Upgrade pip
132126
run: python -m pip install --upgrade pip setuptools wheel
133127

0 commit comments

Comments
 (0)