Skip to content

Commit 3808544

Browse files
committed
github actions manual cdk install 3
1 parent 25de0d9 commit 3808544

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/aws.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
uses: actions/setup-python@v5
4040
with:
4141
python-version-file: "pyproject.toml"
42+
- name: ensure pip
43+
run: python -m ensurepip --upgrade
4244
- name: Install the project
4345
run: uv sync --all-extras --dev --python-preference only-system
4446
- name: uv to requirements.txt

0 commit comments

Comments
 (0)