Skip to content

Commit 2f4cd63

Browse files
committed
fix: incorrect entry in Makefile ci_init
1 parent 32811f5 commit 2f4cd63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unicorn_web/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ build:
1212
ruff format
1313
sam validate --lint
1414
cfn-lint template.yaml -a cfn_lint_serverless.rules
15-
uv venv
1615
uv export --no-hashes --format=requirements-txt --output-file=src/requirements.txt
1716
sam build -c $(DOCKER_OPTS)
1817

@@ -53,6 +52,7 @@ delete:
5352

5453
# NOTE: [2023-05-09] This is a fix for installing Poetry dependencies in GitHub Actions
5554
ci_init:
55+
uv venv
5656
uv export --no-hashes --format=requirements.txt --output-file=src/requirements.txt --extra=dev
5757
uv pip install -r src/requirements.txt
5858
uv sync

0 commit comments

Comments
 (0)