Skip to content

Commit 4640f80

Browse files
committed
MNS-2397: fix: update poetry installation method in CI workflow
1 parent aa353f9 commit 4640f80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continous-integration-workflow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
node-version-file: '.tool-versions'
2525
cache: 'npm'
2626

27+
- name: Install poetry
28+
run: pipx install poetry==$(grep '^poetry ' .tool-versions | awk '{print $2}')
29+
2730
- name: Install Python
2831
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2932
with:
3033
python-version-file: '.tool-versions'
3134
cache: 'poetry'
3235

33-
- name: Install poetry
34-
run: pip install poetry==2.3.3
35-
3636
- name: Install repo
3737
run: make install
3838

0 commit comments

Comments
 (0)