Skip to content

Commit cc42488

Browse files
committed
github actions requirements no longer hash
1 parent 2c1e6d5 commit cc42488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 > 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)