|
@@ -56,7 +56,7 @@ jobs:
|
|
|
run: pip install --upgrade setuptools wheel
|
|
|
|
|
|
- name: Install pipenv
|
|
|
- run: pip install pipenv --upgrade
|
|
|
+ run: pip install "pipenv<2025.0.0"
|
|
|
|
|
|
- name: Install Dependencies
|
|
|
run: pipenv install --dev --python=${{ matrix.python-version }}
|
|
@@ -154,7 +154,7 @@ jobs:
|
|
|
|
|
|
- name: Install pipenv
|
|
|
if: steps.changes.outputs.core == 'true'
|
|
|
- run: pip install pipenv --upgrade
|
|
|
+ run: pip install "pipenv<2025.0.0"
|
|
|
|
|
|
- name: Install Dependencies
|
|
|
if: steps.changes.outputs.core == 'true'
|
|
@@ -197,7 +197,7 @@ jobs:
|
|
|
|
|
|
- name: Install pipenv
|
|
|
if: steps.changes.outputs.core == 'true'
|
|
|
- run: pip install pipenv --upgrade
|
|
|
+ run: pip install "pipenv<2025.0.0"
|
|
|
|
|
|
- name: Install Dependencies
|
|
|
if: steps.changes.outputs.core == 'true'
|