Skip to content

Commit 161a2cb

Browse files
authored
Update pyci.yml
1 parent 20d2561 commit 161a2cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pyci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/setup-python@v5
1414
with:
15-
python-version: '3.13'
15+
python-version: '3.12'
1616
# make depends on uv
1717
- name: Install dependencies
1818
run: |
@@ -31,5 +31,5 @@ jobs:
3131
with:
3232
args: >
3333
-Dsonar.projectKey=ZLOI27_python-project-50
34-
-Dsonar.organization=hexlet-boilerplates
34+
-Dsonar.organization=zloi27
3535
-Dsonar.python.coverage.reportPaths=coverage.xml

0 commit comments

Comments
 (0)