chore(deps-dev): bump types-tqdm from 4.66.0.20240106 to 4.66.0.20240417 #83
Workflow file for this run
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: | ||
paths-ignore: | ||
- "trace-viewer/**" | ||
- ".github/workflows/frontend.yml" | ||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
jobs: | ||
python-tests: | ||
uses: ./.github/workflows/sdk-tests.yml | ||
Check failure on line 14 in .github/workflows/on-push.yml GitHub Actions / Intelligence Layer SDK TestsInvalid workflow file
|
||
with: | ||
runner: 'ubuntu-latest' | ||
secrets: inherit |