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 invalid package requirement #172

Merged
merged 3 commits into from
Sep 3, 2024

Conversation

danielhollas
Copy link
Contributor

@danielhollas danielhollas commented Aug 12, 2024

This was causing an exception in aiidalab package, see: aiidalab/aiidalab#442

Alternatively, we might be able to remove this pin altogether, see last comment in #149.
In that case, the pin should be removed from AWB as well.

Corresponding fix to be more resilient in aiidalab is aiidalab/aiidalab#444

@danielhollas danielhollas force-pushed the fix-invalid-requirement branch from f81b5a3 to bdd3302 Compare August 12, 2024 15:33
@danielhollas danielhollas force-pushed the fix-invalid-requirement branch from bdd3302 to ce497a3 Compare August 12, 2024 15:34
@danielhollas danielhollas force-pushed the fix-invalid-requirement branch from 5f7ff9c to 1c59fef Compare August 12, 2024 15:37
@danielhollas danielhollas marked this pull request as ready for review September 1, 2024 17:35
@@ -26,11 +26,6 @@ repos:
hooks:
- id: yamlfmt

- repo: https://github.com/asottile/setup-cfg-fmt
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We've already removed this hook in other repos, it's more annoying than useful.

@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: softprops/[email protected]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We've don't pin other other actions to exact versions, and this just creates noise from dependabot.

@danielhollas
Copy link
Contributor Author

Going to land this so I can cut a new release.

@danielhollas danielhollas merged commit 3bf3768 into aiidalab:main Sep 3, 2024
2 checks passed
@danielhollas danielhollas deleted the fix-invalid-requirement branch September 3, 2024 13:31
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