Skip to content

test related to layer metadata commit fixed #1558

test related to layer metadata commit fixed

test related to layer metadata commit fixed #1558

name: Test and lint on push
on: [push]
jobs:
test_and_lint:
name: ${{ matrix.os }} python${{ matrix.python-version }}
uses: ./.github/workflows/test_lint.yml
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.9", "3.10"]