test action
test python / Python ${{ matrix.python-version }} sample (pypy3) (push) Failing after 3s Details
test python / Python ${{ matrix.python-version }} sample (3.12) (push) Failing after 24s Details

This commit is contained in:
sergey 2024-09-24 23:43:13 +03:00
parent 9b898a44ca
commit c62c2a991f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: [ 3.12', 'pypy3' ] python-version: [ '3.12', 'pypy3' ]
name: Python ${{ matrix.python-version }} sample name: Python ${{ matrix.python-version }} sample
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2