We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c644ca commit 2790208Copy full SHA for 2790208
.github/workflows/e2e-cache.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Install pipenv
51
run: pipx install pipenv
52
- name: Install dependencies
53
- run: pipenv install numpy
+ run: pipenv install --system numpy
54
55
python-poetry-dependencies-caching:
56
name: Test poetry (Python ${{ matrix.python-version}}, ${{ matrix.os }})
@@ -112,4 +112,4 @@ jobs:
112
113
114
115
0 commit comments