Skip to content

Fix CI failure during dependency installation#558

Open
tia-s wants to merge 1 commit into
CPJKU:mainfrom
tia-s:fix/ci-dependency-install-failure
Open

Fix CI failure during dependency installation#558
tia-s wants to merge 1 commit into
CPJKU:mainfrom
tia-s:fix/ci-dependency-install-failure

Conversation

@tia-s

@tia-s tia-s commented Mar 24, 2026

Copy link
Copy Markdown

Fix CI dependency installation failure

I noticed the CI workflow is failing during the dependency installation step when trying to install system packages.

This PR updates the install step to:

  • run apt-get update before installing packages
  • use apt-get install -y so it works non-interactively in CI

This allows the workflow to proceed past dependency installation and execute the test suite. There are currently two failing tests remaining.

I know the CI’s been the blocker for a PyPI release so hopefully this helps smooth things out a bit.

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