mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
Rework python-pipenv-dependencies-caching-path test
This commit is contained in:
parent
e3cc5d36c1
commit
1ca445cb86
2 changed files with 3 additions and 1 deletions
2
.github/workflows/e2e-cache.yml
vendored
2
.github/workflows/e2e-cache.yml
vendored
|
@ -108,7 +108,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
cache: 'pipenv'
|
cache: 'pipenv'
|
||||||
cache-dependency-path: '**/requirements-linux.txt'
|
cache-dependency-path: '**/pipenv-requirements.txt'
|
||||||
- name: Install pipenv
|
- name: Install pipenv
|
||||||
run: pipx install pipenv
|
run: pipx install pipenv
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
2
__tests__/data/pipenv-requirements.txt
Normal file
2
__tests__/data/pipenv-requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
numpy==1.22.3
|
||||||
|
pandas==1.4.2
|
Loading…
Add table
Reference in a new issue