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 20d2561 commit 161a2cbCopy full SHA for 161a2cb
.github/workflows/pyci.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set up Python
13
uses: actions/setup-python@v5
14
with:
15
- python-version: '3.13'
+ python-version: '3.12'
16
# make depends on uv
17
- name: Install dependencies
18
run: |
@@ -31,5 +31,5 @@ jobs:
31
32
args: >
33
-Dsonar.projectKey=ZLOI27_python-project-50
34
- -Dsonar.organization=hexlet-boilerplates
+ -Dsonar.organization=zloi27
35
-Dsonar.python.coverage.reportPaths=coverage.xml
0 commit comments