Skip to content

Commit e915eff

Browse files
feat: Add lockfile and locking script
* Move environment definition file to top level directory. * Add conda-lock lock script that uses Docker and conda-lock to build a conda-lock lock file and then move it to binder/environment.yml to serve as the conda config file for Binder. * Add built lock file.
1 parent b8210e5 commit e915eff

File tree

4 files changed

+3860
-39
lines changed

4 files changed

+3860
-39
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Talk on pyhf new features at the PyHEP 2023 workshop
1212
### conda/mamba/micromamba
1313

1414
```
15-
micromamba env create --file binder/environment.yml
15+
micromamba env create --file environment.yml
1616
```
1717

1818
and then activate the environment

0 commit comments

Comments
 (0)