Skip to content

Commit d62c655

Browse files
committed
fix: dev version id PEP440 compliancy
1 parent 28da907 commit d62c655

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-and-deploy-dev.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ jobs:
5656
env:
5757
SHORT_SHA: ${{ github.sha }}
5858

59+
- name: Sync uv lockfile
60+
run: |
61+
set -euo pipefail
62+
python -m pip install uv==0.4.20
63+
uv lock --frozen --update-package aai-backend
64+
5965
6066
# Authenticate to AWS
6167
- uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)