This commit is contained in:
6
.github/workflows/ai-review.yml
vendored
6
.github/workflows/ai-review.yml
vendored
@@ -17,7 +17,11 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11.x'
|
||||||
|
check-latest: true
|
||||||
|
|
||||||
|
- name: Show Python
|
||||||
|
run: python --version
|
||||||
|
|
||||||
- name: Create venv and install
|
- name: Create venv and install
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user