Skip to content

Commit 6793c89

Browse files
authored
Specify last working version of pipenv (#61)
IR-723
1 parent 721e1dd commit 6793c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Install dependencies
2525
run: |
26-
pip install pipenv
26+
pip install pipenv==2024.4.1
2727
pipenv install -d
2828
pipenv run pip install -r test_requirements.txt
2929
- name: Check pytest installation

0 commit comments

Comments
 (0)