Skip to content

Commit 605cfd6

Browse files
committed
github actions manual cdk install 4
1 parent 3808544 commit 605cfd6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/aws.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,16 @@ jobs:
4141
python-version-file: "pyproject.toml"
4242
- name: ensure pip
4343
run: python -m ensurepip --upgrade
44+
- name: which pip
45+
run: which pip
4446
- name: Install the project
4547
run: uv sync --all-extras --dev --python-preference only-system
4648
- name: uv to requirements.txt
4749
run: uv export --project pyproject.toml --no-emit-project --no-hashes > ./infrastructure/requirements.txt
4850
- name: check requirements
4951
run: cat infrastructure/requirements.txt
52+
- name: install requirements
53+
run: pip install -U infrastructure/requirements.txt
5054
- name: check pip freeze
5155
run: pip freeze
5256
- name: install cdk

0 commit comments

Comments
 (0)