We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa353f9 commit 4640f80Copy full SHA for 4640f80
.github/workflows/continous-integration-workflow.yaml
@@ -24,15 +24,15 @@ jobs:
24
node-version-file: '.tool-versions'
25
cache: 'npm'
26
27
+ - name: Install poetry
28
+ run: pipx install poetry==$(grep '^poetry ' .tool-versions | awk '{print $2}')
29
+
30
- name: Install Python
31
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
32
with:
33
python-version-file: '.tool-versions'
34
cache: 'poetry'
35
- - name: Install poetry
- run: pip install poetry==2.3.3
-
36
- name: Install repo
37
run: make install
38
0 commit comments