update
This commit is contained in:
parent
316bb41314
commit
6a5b4976b0
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -5,13 +5,19 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
python:
|
||||||
|
- 3.10.7
|
||||||
|
- 3.12.7
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
- name: Set up Python
|
- name: Install python version
|
||||||
uses: actions/setup-python@v5
|
uses: gabrielfalcao/pyenv-action@v18
|
||||||
with:
|
with:
|
||||||
python-version: '3.11.11'
|
default: "${{ matrix.python }}"
|
||||||
|
command: pip install -U pip
|
||||||
- name: check python version
|
- name: check python version
|
||||||
run: python --version
|
run: python --version
|
Loading…
Reference in New Issue
Block a user