Skip to content

build(deps): bump setuptools from 69.5.1 to 70.0.0 in the pip group (… #250

build(deps): bump setuptools from 69.5.1 to 70.0.0 in the pip group (…

build(deps): bump setuptools from 69.5.1 to 70.0.0 in the pip group (… #250

name: Intelligence Layer SDK Tests
on:
push:
branches:
- main
# By default, a workflow only runs when a pull_request event's activity type is opened, synchronize, or reopened
pull_request:
# manual trigger
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
python-tests:
uses: ./.github/workflows/sdk-tests.yml
with:
runner: 'ubuntu-latest'
secrets: inherit