Rework python-pipenv-dependencies-caching-path test

This commit is contained in:
Vladimir Safonkin 2022-04-03 20:04:03 +02:00
parent e3cc5d36c1
commit 1ca445cb86
2 changed files with 3 additions and 1 deletions

View file

@ -108,7 +108,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'pipenv'
cache-dependency-path: '**/requirements-linux.txt'
cache-dependency-path: '**/pipenv-requirements.txt'
- name: Install pipenv
run: pipx install pipenv
- name: Install dependencies

View file

@ -0,0 +1,2 @@
numpy==1.22.3
pandas==1.4.2