Skip to content

Commit

Permalink
add --system
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-shibanov committed Apr 2, 2022
1 parent 9c644ca commit 2790208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install pipenv
run: pipx install pipenv
- name: Install dependencies
run: pipenv install numpy
run: pipenv install --system numpy

python-poetry-dependencies-caching:
name: Test poetry (Python ${{ matrix.python-version}}, ${{ matrix.os }})
Expand Down Expand Up @@ -112,4 +112,4 @@ jobs:
- name: Install pipenv
run: pipx install pipenv
- name: Install dependencies
run: pipenv install numpy
run: pipenv install --system numpy

0 comments on commit 2790208

Please sign in to comment.