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 e43c5d1 commit cfb91c4Copy full SHA for cfb91c4
.github/workflows/template-only-cd.yml
@@ -43,7 +43,7 @@ jobs:
43
python-version: '3.13'
44
45
- name: Install nava-platform CLI
46
- run: pipx install --python "$(which python)" git+https://github.com/navapbc/platform-cli
+ run: pipx install --python "$(which python)" --preinstall 'poetry>=1.2.0,<2.0' git+https://github.com/navapbc/platform-cli
47
48
- name: Configure git
49
working-directory: project-repo
0 commit comments