Skip to content

⬆️ Bump debugpy from 1.8.2 to 1.8.10 #225

⬆️ Bump debugpy from 1.8.2 to 1.8.10

⬆️ Bump debugpy from 1.8.2 to 1.8.10 #225

name: test | dynamic steps example
on:
workflow_dispatch:
pull_request:
types: [labeled, synchronize]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
run_dynamic_steps_example_test:
uses: ./.github/workflows/reusable_python_example.yml

Check failure on line 15 in .github/workflows/test_dynamic_steps_example.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test_dynamic_steps_example.yml

Invalid workflow file

error parsing called workflow ".github/workflows/test_dynamic_steps_example.yml" -> "./.github/workflows/reusable_python_example.yml" --> "./.github/workflows/get_docs_changes.yml" : failed to fetch workflow: workflow was not found.
with:
example-location: ./examples/python/dynamic_steps_example.py
secrets:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
GRAPHISTRY_USERNAME: ${{ secrets.GRAPHISTRY_USERNAME }}
GRAPHISTRY_PASSWORD: ${{ secrets.GRAPHISTRY_PASSWORD }}