Skip to content

fix(ci): restore workflow YAML parsing - #118

Closed
AlexanderWagnerDev wants to merge 3 commits into
mainfrom
agent/fix-ci-yaml-pip-install
Closed

fix(ci): restore workflow YAML parsing#118
AlexanderWagnerDev wants to merge 3 commits into
mainfrom
agent/fix-ci-yaml-pip-install

Conversation

@AlexanderWagnerDev

@AlexanderWagnerDev AlexanderWagnerDev commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

What changed

  • changed the dependency install step in tests.yml, integration.yml, and release.yml to YAML block scalars
  • kept the existing pip install --only-binary :all: command and pinned pytest version unchanged

Root cause

PR #116 introduced :all: inside a single-line YAML run: value. The colon sequence made GitHub Actions reject the workflow during YAML parsing, so runs failed before any job started.

Impact

GitHub Actions can parse the three workflows again and proceed to the actual test/integration/release jobs.

Validation

Compared against main: only the three intended workflow files changed, with each diff limited to converting one run: line into a block scalar.


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

@coderabbitai

coderabbitai Bot commented Aug 11, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 9e93affc-8e8f-4067-92fe-1eec8a28145e

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
C Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@AlexanderWagnerDev
AlexanderWagnerDev deleted the agent/fix-ci-yaml-pip-install branch August 11, 2026 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant