-
-
Notifications
You must be signed in to change notification settings - Fork 953
Commit 66955cc
committed
Minor CI clarifications
- In the Cygwin CI workflow, move `runs-on` below `strategy`, for
greater consistency with other workflows.
- In the Cygwin CI jobs, use `pwsh` rather than `bash` for the
`git config` command run outside of Cygwin, since `pwsh` is the
default shell for such commands, it's the shell the Cygwin setup
action uses, and it avoids creating the wrong impression that
`bash` is needed.
- Use "virtual environment" instead of "virtualenv" in some step
names to avoid possible confusion with the `virtualenv` pacakge.
- Remove comments in the PyPA package upgrade steps, which are
more self-documenting since 727f4e9 (#2043).1 parent d885bea commit 66955cc
File tree
3 files changed
+5
-8
lines changed- .github/workflows
3 files changed
+5
-8
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 | - | ||
50 | + | ||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 | - | ||
57 | 56 |
| |
58 | 57 |
| |
59 | 58 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | - | ||
11 | - | ||
12 | 10 |
| |
13 | 11 |
| |
14 | 12 |
| |
| |||
20 | 18 |
| |
21 | 19 |
| |
22 | 20 |
| |
21 | + | ||
22 | + | ||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 | - | ||
35 | + | ||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 | - | ||
70 | + | ||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 | - | ||
82 | 81 |
| |
83 | 82 |
| |
84 | 83 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 | - | ||
75 | 74 |
| |
76 | 75 |
| |
77 | 76 |
| |
|
0 commit comments