Skip to content

build(deps-dev): bump types-requests from 2.32.0.20240523 to 2.32.0.20240602 #71

build(deps-dev): bump types-requests from 2.32.0.20240523 to 2.32.0.20240602

build(deps-dev): bump types-requests from 2.32.0.20240523 to 2.32.0.20240602 #71

Workflow file for this run

name: Intelligence Layer SDK Tests
on:
# 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