hackalog / easydata

A flexible template for doing reproducible data science in Python.
MIT License
108 stars 22 forks source link

Lockfile generation adds user paths to the .lock.yml file #254

Open acwooding opened 1 year ago

acwooding commented 1 year ago

The way that we currently generate lock files adds a line that looks like

prefix: <local-path-to-the-environment>

We'd like lock files to be able to be checked in. We need to remove this line. It's not necessary (I'm not even sure why conda env export generates it).