mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 05:56:37 +00:00
Unpin pipenv
This commit is contained in:
parent
b05b594a3d
commit
eb26fbca89
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -95,7 +95,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install uv
|
python -m pip install uv
|
||||||
uv --no-config --no-managed-python --no-progress -v \
|
uv --no-config --no-managed-python --no-progress -v \
|
||||||
pip install --system --strict 'pipenv==2022.12.19'
|
pip install --system --strict pipenv
|
||||||
PIPENV_VERBOSITY=64 pipenv install --system --skip-lock
|
PIPENV_VERBOSITY=64 pipenv install --system --skip-lock
|
||||||
- name: Set up Django environment
|
- name: Set up Django environment
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user