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 caca6aa commit 7416d67Copy full SHA for 7416d67
.github/workflows/sonarcloud.yml
@@ -21,14 +21,14 @@ jobs:
21
with:
22
fetch-depth: 0
23
24
- - name: Install poetry
25
- run: pip install poetry==2.1.2
26
-
27
- uses: actions/setup-python@v5
28
29
python-version: 3.11
30
cache: 'poetry'
31
+ - name: Install poetry
+ run: pip install poetry==2.1.2
+
32
- name: Set up AWS credentials
33
env:
34
AWS_ACCESS_KEY_ID: "FOOBARKEY"
0 commit comments