mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
Set python-version
This commit is contained in:
parent
b7b1db618a
commit
a48cb9ee47
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -8,6 +8,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: "actions/checkout@v3"
|
- uses: "actions/checkout@v3"
|
||||||
- uses: "actions/setup-python@v4"
|
- uses: "actions/setup-python@v4"
|
||||||
|
with:
|
||||||
|
python-version: '3.12'
|
||||||
- name: "Install test dependencies"
|
- name: "Install test dependencies"
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user