We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1e6d5 commit cc42488Copy full SHA for cc42488
.github/workflows/aws.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Install the project
43
run: uv sync --all-extras --dev --python-preference only-system
44
- name: uv to requirements.txt
45
- run: uv export --project pyproject.toml --no-emit-project > infrastructure/requirements.txt
+ run: uv export --project pyproject.toml --no-emit-project --no-hashes > infrastructure/requirements.txt
46
- name: check requirements
47
run: cat infrastructure/requirements.txt
48
- name: cdk diff
0 commit comments