-
Notifications
You must be signed in to change notification settings - Fork 9
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 version of recent breaking updates in dependencies #166
Conversation
@bio-la |
Sorry: actually that means that we have a better idea of version requirements to define in the toml file, so that panpipes itself requires the correct version rather than users messing around their conda environment like I do in the GitHub action. |
Looks like I nailed the pyproject.toml file. Ready to merge as far as I'm concerned. Let me know if I missed anything! |
ah, matplotlib |
@@ -106,3 +115,9 @@ jobs: | |||
- name: File tree | |||
if: env.debug == 'true' | |||
run: tree | |||
|
|||
- uses: actions/upload-artifact@v4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, this is the ingestion action, why is there an "ingested" object already?
.github/workflows/ingestion-ci.yml
Outdated
@@ -35,6 +35,20 @@ jobs: | |||
activate-environment: pipeline_env | |||
environment-file: pipeline_env.yaml # consider moving to etc/pipeline_env.yaml | |||
|
|||
# Note: the pinned versions in pipeline_env.yaml are not respected during the miniconda step above |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not too ugly to be fair
@@ -16,3 +16,13 @@ dependencies: | |||
- pip: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need both pipeline_env.yml and ingestion-CI to pin the versions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've removed the pins from the yml
No description provided.