Commit 0490a5c
Use strict priority in CI conda tests (#819)
## Description
This PR sets conda to use `strict` priority in CI tests.
Mixing channel priority is frequently a cause of unexpected errors. Our
CI jobs should always use strict priority in order to enforce that conda
packages come from local channels with the artifacts built in CI, not
mixing with older nightly artifacts from the `rapidsai-nightly` channel
or other sources.
xref: rapidsai/build-planning#14
---------
Co-authored-by: Gil Forsyth <[email protected]>1 parent c53d593 commit 0490a5c
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
0 commit comments