Skip to content

fix(PHS-1097): studio & in memory dataset deserialization #1264

fix(PHS-1097): studio & in memory dataset deserialization

fix(PHS-1097): studio & in memory dataset deserialization #1264

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
secrets: inherit