-
Notifications
You must be signed in to change notification settings - Fork 79
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
invest python package support for linux #1813
base: main
Are you sure you want to change the base?
Conversation
# set up python that's used below to run convert-requirements-to-conda-yml.py | ||
# after the environment is updated, 'python' will point to the | ||
# conda-managed python and this python won't be used again | ||
- name: Set up python |
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 realized that the mac and windows runners also have python pre-installed, which should be sufficient to run convert-requirements-to-conda-yml.py
. No need to set up python before creating the environment.
required: true | ||
python: | ||
description: | ||
"Path to python executable to use to run convert-requirements-to-conda-yml.py" |
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.
Use this to specify the python executable in the manylinux docker container.
Description
Fixes #1730
Checklist