Skip to content

Commit cfb91c4

Browse files
committed
Test template-only-cd install fix
1 parent e43c5d1 commit cfb91c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/template-only-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
python-version: '3.13'
4444

4545
- name: Install nava-platform CLI
46-
run: pipx install --python "$(which python)" git+https://github.com/navapbc/platform-cli
46+
run: pipx install --python "$(which python)" --preinstall 'poetry>=1.2.0,<2.0' git+https://github.com/navapbc/platform-cli
4747

4848
- name: Configure git
4949
working-directory: project-repo

0 commit comments

Comments
 (0)