diff --git a/.speakeasy/workflow.yaml b/.speakeasy/workflow.yaml index 7371b060..79eee6b6 100644 --- a/.speakeasy/workflow.yaml +++ b/.speakeasy/workflow.yaml @@ -5,11 +5,6 @@ sources: inputs: - location: registry.speakeasyapi.dev/glean-el2/sdk/glean-api-specs output: .speakeasy/glean-merged-spec.yaml - local-debug: - inputs: - - location: .speakeasy/glean-merged-spec.yaml - registry: - location: registry.speakeasyapi.dev/glean-el2/sdk/local-debug targets: glean: target: python @@ -25,12 +20,3 @@ targets: blocking: false testing: enabled: true - local-debug: - target: python - source: local-debug - codeSamples: - labelOverride: - fixedValue: Python (API Client) - blocking: false - testing: - enabled: true