Skip to content

Commit 8e9c5d5

Browse files
committed
re-add pip upgrade
1 parent aeec619 commit 8e9c5d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
12+
env:
13+
PIP_NO_CACHE_DIR: "1"
1214

1315
strategy:
1416
matrix:
@@ -54,6 +56,7 @@ jobs:
5456
# Install roboreg (and its dependencies from pyproject.toml).
5557
- name: Install package and dependencies
5658
run: |
59+
python -m pip install --upgrade pip --no-cache-dir
5760
pip install . --no-build-isolation --no-cache-dir
5861
5962
# Run tests with pytest.

0 commit comments

Comments
 (0)