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

Pin Python version to be consistent with aiida-icon #24

Merged
merged 2 commits into from
Oct 18, 2024
Merged

Conversation

agoscinski
Copy link
Collaborator

No description provided.

@@ -43,10 +43,10 @@ jobs:
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

These were wrong because for docs and formatting we anyway want to use a fixed version

To be consistent with aiida-icon.
To be consistent with aiida-icon.
inputs: Optional[list[ConfigCycleTaskInput | str]] = Field(default_factory=list)
outputs: Optional[list[ConfigCycleTaskOutput | str]] = Field(default_factory=list)
depends: Optional[list[ConfigCycleTaskDepend | str]] = Field(default_factory=list)
inputs: list[ConfigCycleTaskInput | str] | None = Field(default_factory=list)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

changes needed because formatter complained

Copy link
Contributor

@leclairm leclairm left a comment

Choose a reason for hiding this comment

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

Thanks!

@leclairm leclairm merged commit 08f02a7 into main Oct 18, 2024
3 checks passed
@agoscinski agoscinski changed the title Pin version to be consistent with aiida-core Pin Python version to be consistent with aiida-icon Oct 23, 2024
@agoscinski agoscinski deleted the pin-python312 branch January 9, 2025 17:56
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.

2 participants