Commit 1db97ae
Remove conda: CI and docs build from the container (#733)
* ci: run pytest inside the dev image; retire the conda test suite
The Docker image (slim Python + apt + uv-frozen wheels) is already the
deployment environment; testing a separate conda env in ci-release.yml
tested something nothing ships — and that conda path had silently rotted.
Move the suite into the artifact: deploy-image.yml now runs `pytest`
inside the dev image alongside the existing example-pipeline and binary
smokes. Split build/test from publish — pull_request builds and tests
without pushing (works for fork PRs too); only pushes to develop/main/
master publish to ghcr. Delete ci-release.yml.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* ci: build API docs in the dev image; drop conda from doc deploy
cd.yml built docs via conda + install_shapepipe + `conda install pandoc`.
Build them inside the dev image instead (its `doc` extra carries sphinx +
myst-parser + the theme). pandoc was vestigial — docs use myst_parser and
autodoc, no nbsphinx/notebooks — so it's dropped, along with the old
importlib-metadata workaround.
Delete doc-tests.yml: a workflow_dispatch-only duplicate of cd.yml's
build with no deploy.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* chore: remove conda machinery (install_shapepipe, environment*.yml)
Nothing builds from conda anymore: the container uses apt + uv-frozen
wheels, CI tests inside that image, and docs build there too. The
install_shapepipe script (conda env creation + from-source C builds) and
the production/dev environment files served only the retired conda path —
including the unsolvable production pin (astropy==5.2 vs python=3.12),
which is now moot rather than something to fix.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* docs: document container/uv install; drop conda instructions
- installation.md: remove the deprecated conda section and the
install_shapepipe-based MPI/uninstall sections; keep container
(recommended) + library-only (pip / `.[dev]`) paths. Note the image
bundles the astromatic binaries and MPI.
- pipeline_tutorial.md: point the quick-start install at installation.md
(container), not a conda env + a broken anchor.
- CONTRIBUTING.md: cite pyproject.toml / uv.lock for version compat
instead of environment.yml.
Cluster job scripts under example/pbs/ and scripts/sh/ still reference
personal conda envs; those are operational, cluster-specific, and out of
scope here — tracked as follow-up.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 4746cee commit 1db97ae
10 files changed
Lines changed: 100 additions & 1016 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
6 | | - | |
7 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
8 | 13 | | |
9 | 14 | | |
10 | | - | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
16 | | - | |
| 20 | + | |
| 21 | + | |
17 | 22 | | |
18 | | - | |
19 | | - | |
| 23 | + | |
| 24 | + | |
20 | 25 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 26 | + | |
32 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
33 | 41 | | |
34 | | - | |
35 | 42 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
39 | 47 | | |
40 | 48 | | |
41 | 49 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
3 | 23 | | |
4 | 24 | | |
5 | 25 | | |
| 26 | + | |
6 | 27 | | |
7 | | - | |
| 28 | + | |
8 | 29 | | |
9 | 30 | | |
10 | 31 | | |
| |||
13 | 34 | | |
14 | 35 | | |
15 | 36 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 37 | | |
24 | 38 | | |
25 | 39 | | |
| |||
41 | 55 | | |
42 | 56 | | |
43 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
44 | 62 | | |
45 | 63 | | |
46 | 64 | | |
| |||
84 | 102 | | |
85 | 103 | | |
86 | 104 | | |
87 | | - | |
| 105 | + | |
88 | 106 | | |
89 | 107 | | |
90 | 108 | | |
91 | 109 | | |
92 | | - | |
93 | 110 | | |
94 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
95 | 132 | | |
| 133 | + | |
96 | 134 | | |
97 | 135 | | |
98 | 136 | | |
| |||
103 | 141 | | |
104 | 142 | | |
105 | 143 | | |
| 144 | + | |
106 | 145 | | |
107 | 146 | | |
108 | 147 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
0 commit comments