Commit c4ebdf1
authored
Keep archaeology workflow setup deterministic
The scheduled archaeology workflow failed before DevArch could run because setup-python's pip cache could not find default dependency files in this setup.py-based repo. The workflow now points cache-dependency-path at setup.py and quotes GITHUB_ENV in the bootstrap step.
Verification:
- actionlint .github/workflows/archaeology.yml
- git diff --check
- PR CI 26353979088 passed across lint plus Linux/macOS/Windows Python matrix
- CodeRabbit reported no actionable comments1 parent 5c0d20a commit c4ebdf1
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
0 commit comments