Rework python-pipenv-dependencies-caching-path test
This commit is contained in:
parent
e3cc5d36c1
commit
1ca445cb86
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
numpy==1.22.3
|
||||||
|
pandas==1.4.2
|
||||||
Loading…
Reference in New Issue