Skip to content

Commit f8f2b71

Browse files
Fixed Github CI, set to 3.12
1 parent 2015216 commit f8f2b71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: '3.x'
23+
python-version: '3.12'
2424

2525
- name: Install dependencies (production)
2626
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ CMD ["python", "main.py"]
191191
project/microservice need to go to one folder. It's recommended to use dependency injection in case of having nested `not_gitmodules`.
192192
7. **Possible bottleneck** with private repositories.
193193
- If cloning fails, but you have access to the repository, provide the HTTPS repo URL instead of SSH url in YAML file.
194-
194+
8. If your python version is incompatible with `PyYAML==6.0` try to install the compatible version of `PyYAML`.
195195

196196
---
197197

0 commit comments

Comments
 (0)