Skip to content

Install a conda environment with caching that is in a subfolder of your GitHub project

License

Notifications You must be signed in to change notification settings

djohn156/conda-in-subfolder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

conda-in-subfolder

Install a conda environment with caching that is in a subfolder of your GitHub project

Usage

Use like

...
jobs:
  steps:
    ...
    - name: Setup Conda Env
      uses: djohn156/conda-in-subfolder@v1
      with:
        path: path/to/python/project
        env-name: my-env-name
    ...

Optional parameters

By changing the cache-number, you can force the action to refresh the cache.

About

Install a conda environment with caching that is in a subfolder of your GitHub project

Resources

License

Stars

Watchers

Forks

Packages

No packages published