Skip to content

Commit 2790208

Browse files
add --system
1 parent 9c644ca commit 2790208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-cache.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install pipenv
5151
run: pipx install pipenv
5252
- name: Install dependencies
53-
run: pipenv install numpy
53+
run: pipenv install --system numpy
5454

5555
python-poetry-dependencies-caching:
5656
name: Test poetry (Python ${{ matrix.python-version}}, ${{ matrix.os }})
@@ -112,4 +112,4 @@ jobs:
112112
- name: Install pipenv
113113
run: pipx install pipenv
114114
- name: Install dependencies
115-
run: pipenv install numpy
115+
run: pipenv install --system numpy

0 commit comments

Comments
 (0)