Skip to content

build(deps-dev): bump types-setuptools from 75.3.0.20241112 to 75.4.0.20241115 in the minor group #951

build(deps-dev): bump types-setuptools from 75.3.0.20241112 to 75.4.0.20241115 in the minor group

build(deps-dev): bump types-setuptools from 75.3.0.20241112 to 75.4.0.20241115 in the minor group #951

Workflow file for this run

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