Update deploy workflow to include the -U flag in uv sync command
This commit is contained in:
parent
94e7962e09
commit
ea242955d9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yaml
vendored
2
.github/workflows/deploy.yaml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- run: uv sync --all-extras --dev
|
- run: uv sync --all-extras --dev -U
|
||||||
- run: uv run pytest
|
- run: uv run pytest
|
||||||
- name: Deploy to Server
|
- name: Deploy to Server
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue