Skip to content

Commit e340f49

Browse files
committed
Revert to older UV version to see if fixes things
1 parent de10634 commit e340f49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/terraform_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: "ubuntu-24.04"
99

1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v5
1212

1313
- name: Test with pytest
1414
env:
@@ -67,4 +67,4 @@ jobs:
6767
AWS_REGION: ${{ secrets.aws_region_dev }}
6868
run: |
6969
./scripts/infra plan
70-
./scripts/infra apply
70+
./scripts/infra apply

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ARG ENV
33
ARG PYTHON_VERSION="3.11"
44
ARG USR_LOCAL_BIN=/usr/local/bin
5-
ARG UV_VERSION="0.10.2"
5+
ARG UV_VERSION="0.9.11"
66
ARG VENV_DIR=/app/.venv
77

88
FROM --platform=linux/amd64 ubuntu:noble AS build

0 commit comments

Comments
 (0)