File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff 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` .
1921927. ** 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
You can’t perform that action at this time.
0 commit comments