Commit bd85bc5
authored
use 'rapids-init-pip' in wheel CI, other CI changes (#235)
## Description
Proposes a batch of small, mostly-unrelated changes to building and
packaging.
These are all part of RAPIDS-wide efforts to make it easier to reproduce
CI locally and to use artifacts from one project's CI in another
project's CI.
Contributes to rapidsai/shared-workflows#356
* explicitly provides an input for `script` to workflows using it,
instead of relying on a default value coming from the workflow file
Contributes to rapidsai/build-planning#179
* adds a call to `rapids-init-pip` near the beginning of all CI scripts
that use `pip`
Also updates `pre-commit` config to the latest
`rapids-dependency-file-generator` version. It was a few versions
behind, thought it'd be ok to bundle that update in with the rest of
these changes.1 parent a71f5f9 commit bd85bc5
File tree
5 files changed
+7
-1
lines changed- .github/workflows
- ci
5 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
0 commit comments