Remove --locked option from uv sync in Dockerfile and workflow
This commit is contained in:
parent
3eb6d1617f
commit
92ec9e5f32
2 changed files with 2 additions and 2 deletions
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
python-version: 3.14
|
||||
|
||||
- uses: astral-sh/setup-uv@v7
|
||||
- run: uv sync --locked --all-extras --dev
|
||||
- run: uv sync --all-extras --dev
|
||||
- run: uv run pytest
|
||||
|
||||
- run: uv run python manage.py makemigrations --check
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ ENV UV_PYTHON_DOWNLOADS=0
|
|||
WORKDIR /app
|
||||
COPY . /app/
|
||||
|
||||
RUN uv sync --locked
|
||||
RUN uv sync
|
||||
RUN chmod +x /app/start.sh
|
||||
|
||||
ENV PATH="/app/.venv/bin:$PATH"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue