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

ENH: Avoid specifiying inconsistent Binder Python versions #239

Closed
wants to merge 1 commit into from
Closed

ENH: Avoid specifiying inconsistent Binder Python versions #239

wants to merge 1 commit into from

Conversation

jhlegarreta
Copy link
Contributor

@jhlegarreta jhlegarreta commented Sep 18, 2023

Avoid specifiying inconsistent Binder Python versions: the environment.yml file specifies that Python 3.8 should be used, whereas the runtime.txt file specifies that Python 3.10 should be used: remove the runtime.txt file.

According to the Binder documentation, "If you include a Python version in a runtime.txt file in addition to your environment.yml, your runtime.txt will be ignored.".

Relevant documentation:
https://mybinder.readthedocs.io/en/latest/using/config_files.html#environment-yml-install-a-conda-environment

runtime.txt was introduced in commit 9142561.

@netlify
Copy link

netlify bot commented Sep 18, 2023

Deploy Preview for sdc-bids-dmri ready!

Name Link
🔨 Latest commit a0a4b98
🔍 Latest deploy log https://app.netlify.com/sites/sdc-bids-dmri/deploys/6508d2770bc69f000886d6a4
😎 Deploy Preview https://deploy-preview-239--sdc-bids-dmri.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Sep 18, 2023

Deploy Preview for carpentries-dmri failed.

Name Link
🔨 Latest commit a0a4b98
🔍 Latest deploy log https://app.netlify.com/sites/carpentries-dmri/deploys/6508d27766a4ec00080d7e08

Avoid specifiying inconsistent Binder Python versions: the
`environment.yml` file specifies that Python 3.8 should be used, whereas
the `runtime.txt` file specifies that Python 3.10 should be used: remove
the `runtime.txt` file.

According to the Binder documentation, "If you include a Python version
in a runtime.txt file in addition to your environment.yml, your
runtime.txt will be ignored.".

Relevant documentation:
https://mybinder.readthedocs.io/en/latest/using/config_files.html#environment-yml-install-a-conda-environment

`runtime.txt` was introduced in commit 9142561.
@jhlegarreta jhlegarreta closed this by deleting the head repository Feb 18, 2024
@jhlegarreta jhlegarreta added the status:unfinished at workbench Unfinished. Closed by the Workbench transition tool. label Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:unfinished at workbench Unfinished. Closed by the Workbench transition tool.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant