Online/offline continuous integration
Raise your hand if you've ever put one of these commands in your continuous integration scripts: apt install somepackage pip install -r requirements.txt or pip install somepkg conda install blah cabal update or cabal install blah git clone https://github.com/someguy/somerepo wget http://some-website/thingy-latest.tgz Can you tell what the problem is? These commands are not reproducible: depending on […]