Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors