Skip to content

AlexF1994/cache-dependencies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to speed up your CI pipelines

This repo implements six different strategies for setting up a Python environment in your CI pipeline in order to compare how fast these are for installing your dependencies.

The different strategies are:

  • Use pip as package manager
  • Use pip but cache dependencies between runs
  • Use conda as package manager
  • Use conda but cache dependencies between runs
  • use mamba as package manager
  • Use mamba but cache dependencies between runs

You can find the results of the CI pipelines here.

Resources

Contact

Alexander Fottner a.fottner@googlemail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors