work on fixing pipenv

This commit is contained in:
Dmitry Shibanov 2022-06-21 09:39:13 +02:00
parent ffcd00020c
commit 8b4b826ab4

View file

@ -48,7 +48,7 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'pipenv'
- name: Install pipenv
run: pipx install pipenv
run: pip install --user pipenv
- name: Install dependencies
run: |
cd __tests__/data
@ -112,7 +112,7 @@ jobs:
cache: 'pipenv'
cache-dependency-path: '**/pipenv-requirements.txt'
- name: Install pipenv
run: pipx install pipenv
run: pip install --user pipenv
- name: Install dependencies
run: |
cd __tests__/data