mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 07:22:14 +00:00
Set location for pipenv test
This commit is contained in:
parent
1ca445cb86
commit
9156f8336f
1 changed files with 6 additions and 2 deletions
8
.github/workflows/e2e-cache.yml
vendored
8
.github/workflows/e2e-cache.yml
vendored
|
@ -50,7 +50,9 @@ jobs:
|
||||||
- name: Install pipenv
|
- name: Install pipenv
|
||||||
run: pipx install pipenv
|
run: pipx install pipenv
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pipenv install requests
|
run: |
|
||||||
|
cd __tests__/data
|
||||||
|
pipenv install requests
|
||||||
|
|
||||||
python-poetry-dependencies-caching:
|
python-poetry-dependencies-caching:
|
||||||
name: Test poetry (Python ${{ matrix.python-version}}, ${{ matrix.os }})
|
name: Test poetry (Python ${{ matrix.python-version}}, ${{ matrix.os }})
|
||||||
|
@ -112,4 +114,6 @@ jobs:
|
||||||
- name: Install pipenv
|
- name: Install pipenv
|
||||||
run: pipx install pipenv
|
run: pipx install pipenv
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pipenv install numpy
|
run: |
|
||||||
|
cd __tests__/data
|
||||||
|
pipenv install requests
|
Loading…
Add table
Reference in a new issue