build(deps-dev): bump pandas-stubs from 2.2.2.240603 to 2.2.2.240807 … #312
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |