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 0e0571c commit f374776Copy full SHA for f374776
.github/workflows/sonarqube.yml
@@ -39,12 +39,12 @@ jobs:
39
- name: Set up Python
40
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
41
with:
42
- python-version: '3.13'
+ python-version: '3.12'
43
44
- name: Cache pip dependencies
45
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
46
47
- path: /usr/local/lib/python3.13/site-packages
+ path: /usr/local/lib/python3.12/site-packages
48
key: pip-${{ hashFiles('pyproject.toml') }}
49
restore-keys: |
50
pip-
0 commit comments