Skip to content

Commit 7416d67

Browse files
committed
init: move 'install poetry'
1 parent caca6aa commit 7416d67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323

24-
- name: Install poetry
25-
run: pip install poetry==2.1.2
26-
2724
- uses: actions/setup-python@v5
2825
with:
2926
python-version: 3.11
3027
cache: 'poetry'
3128

29+
- name: Install poetry
30+
run: pip install poetry==2.1.2
31+
3232
- name: Set up AWS credentials
3333
env:
3434
AWS_ACCESS_KEY_ID: "FOOBARKEY"

0 commit comments

Comments
 (0)