test actions
test python / build (push) Successful in 4s
Details
test python / build (push) Successful in 4s
Details
This commit is contained in:
parent
c9fd5b447a
commit
cfd6a6a412
|
@ -4,10 +4,6 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
python-version: [ '3.12', 'pypy3' ]
|
|
||||||
name: Python ${{ matrix.python-version }} sample
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: build
|
- name: build
|
||||||
|
|
Loading…
Reference in New Issue