We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would great to enable remote sources for environments
name: my-project environments: not-locked-env: - <protocol>://<path>/<to>/<environment-yaml>[?param1=value¶m2=value] pre-locked-env: - <protocol>://<path>/<to>/<conda-lock-yaml>[?param1=value¶m2=value]
In the first env not-locked-env the remote definition is the intentional spec and the lockfile will be computed and stored locally.
not-locked-env
In the second environment the remote definition is to the lockfile. Here we would not need to run conda-lock locally or store the file locally.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would great to enable remote sources for environments
In the first env
not-locked-env
the remote definition is the intentional spec and the lockfile will be computed and stored locally.In the second environment the remote definition is to the lockfile. Here we would not need to run conda-lock locally or store the file locally.
The text was updated successfully, but these errors were encountered: