Skip to content

Commit 7420881

Browse files
committed
add information about the environments
1 parent 5e76d15 commit 7420881

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ Then add a new step to CI.
4848

4949
To analyze conda environments, simply pass the path to the environment file (`env.yaml`) to the `environments` key.
5050

51+
The conda environment file _must_ specify exactly the `conda-forge` channel.
52+
5153
```yaml
5254
jobs:
5355
my-job:
@@ -79,7 +81,9 @@ jobs:
7981

8082
### pixi
8183

82-
To analyze pixi environments, specify the environment name prefixed with `pixi:` and point to the manifest file using `manifest-path`:
84+
To analyze pixi environments, specify the environment name prefixed with `pixi:` and point to the manifest file using `manifest-path`.
85+
86+
Any environment must pin the dependencies, which must be exact pins (i.e. `x.y.*` or `>=x.y.0,<x.(y + 1).0`, with the former being strongly encouraged). Lower pins are interpreted as exact pins, while all other forms of pinning are not allowed.
8387

8488
```yaml
8589
jobs:

0 commit comments

Comments
 (0)