Skip to content

Commit ed19908

Browse files
committed
VED-305: Install poetry earlier.
1 parent 351d4ad commit ed19908

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919

20+
- name: Install poetry
21+
run: pip install poetry==1.8.4
22+
2023
- uses: actions/setup-python@v5
2124
with:
2225
python-version: '3.10'
@@ -35,7 +38,6 @@ jobs:
3538

3639
- name: Create venvs and install dependencies
3740
run: |
38-
pip install poetry==1.8.4
3941
for subproject in filenameprocessor recordprocessor backend ack_backend delta_backend mesh_processor
4042
do
4143
cd $subproject

0 commit comments

Comments
 (0)