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:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [ '3.12', 'pypy3' ]
|
||||
name: Python ${{ matrix.python-version }} sample
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: build
|
||||
|
|
Loading…
Reference in New Issue