setup-miniconda | Set up your GitHub Actions workflow with conda via miniconda | Continous Integration library
kandi X-RAY | setup-miniconda Summary
kandi X-RAY | setup-miniconda Summary
Each of the examples below is discussed in a dedicated section below.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of setup-miniconda
setup-miniconda Key Features
setup-miniconda Examples and Code Snippets
Community Discussions
Trending Discussions on setup-miniconda
QUESTION
I have written a github workflow file. I want to run a python program in github actions to validate few changes. I have one environment.yml
file which contains all conda environment dependencies required by this program. The thing is, actual program is not running at all, and my workflow is completed with success.
Following is jobs section of workflow.yml
file
ANSWER
Answered 2021-Sep-26 at 16:38Your CI script contains the line:
QUESTION
When I use setup-miniconda, it uses shell: bash -l {0}
in GitHub Actions:
ANSWER
Answered 2021-Sep-06 at 16:33That could be linked to issue 128 which states:
I got stuck for a while because my run commands were not using a login bash shell.
So the conda environment was not active.Would be helpful to warn about that and recommend something like the following in the yaml:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install setup-miniconda
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page