Skip to content

Commit d70301e

Browse files
committed
fix frontend dependencies
1 parent cc42488 commit d70301e

3 files changed

Lines changed: 2110 additions & 2790 deletions

File tree

.github/workflows/aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install the project
4343
run: uv sync --all-extras --dev --python-preference only-system
4444
- name: uv to requirements.txt
45-
run: uv export --project pyproject.toml --no-emit-project --no-hashes > infrastructure/requirements.txt
45+
run: uv export --project pyproject.toml --no-emit-project --no-hashes > ./infrastructure/requirements.txt
4646
- name: check requirements
4747
run: cat infrastructure/requirements.txt
4848
- name: cdk diff

0 commit comments

Comments
 (0)