Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX CI failing on install_chrome_for_tests #1422

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

hexaltation
Copy link
Collaborator

Context

The CI Fails on install_chrome_for_tests.sh
The error indicates that

E: Packages were downgraded and -y was used without --allow-downgrades.

Proposed solution

The option was added to apt-get

Related issues

The PR fixes #1421

Has this been tested?

By running the CI while proposing PR

The CI Fails on install_chrome_for_tests.sh
The error indicates that
```bash
E: Packages were downgraded and -y was used without --allow-downgrades.
```

The option was added to `apt-get`

The PR fixes gristlabs#1421
@hexaltation hexaltation requested a review from jordigh February 5, 2025 10:30
@hexaltation hexaltation added the bug Something isn't working label Feb 5, 2025
Copy link
Member

@paulfitz paulfitz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! We periodically have trouble as pre-installed material on github runners changes in little ways. The transitions can be particularly confusing when some runners have one thing and others another.

@paulfitz paulfitz merged commit 3d145bb into gristlabs:main Feb 5, 2025
13 checks passed
@hexaltation hexaltation deleted the fix-workflow branch February 5, 2025 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

CI Fails on install_chrome_for_tests
2 participants