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

Swap to pdm #166

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Swap to pdm #166

wants to merge 5 commits into from

Conversation

moeyensj
Copy link
Owner

@moeyensj moeyensj commented Oct 8, 2024

Swap to using the pdm build system.

@moeyensj
Copy link
Owner Author

The last item to complete is to set the adam_core and adam_pyoorb git hashes once changes in those packages have been merged.

Copy link
Collaborator

@akoumjian akoumjian left a comment

Choose a reason for hiding this comment

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

This is a fantastic change. I'd like to very soon get a solid release of adam-core out so we can point to >= a specific pypi version.

with:
install: true
- name: Build
run: docker build --load -t thor:$IMAGE_TAG .
- name: Lint
run: docker run -i thor:$IMAGE_TAG pre-commit run --all-files
run: docker run -i thor:$IMAGE_TAG pdm lint
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe we can dump the docker builds altogether with the simpler pyoorb / numpy install?

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