update
This commit is contained in:
parent
be115bdfe3
commit
29b2ad978d
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -5,16 +5,14 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
python-version: ["pypy3.10", "3.9", "3.10", "3.11", "3.12", "3.13"]
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: '3.x'
|
||||||
|
architecture: 'x64'
|
||||||
- name: check python version
|
- name: check python version
|
||||||
run: python --version
|
run: python --version
|
Loading…
Reference in New Issue
Block a user