Commit 3271c9e landmanbester
committed
File tree 5 files changed +13
-3
lines changed
5 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
include LICENSE
2
2
include README.md
3
3
include CHANGES.md
4
+ include cultcargo/stimela.conf
4
5
5
6
recursive-include cabs/ *.yml *.yaml
6
7
recursive-include cabs/recipe/ *.yaml *.yml
Original file line number Diff line number Diff line change @@ -321,7 +321,6 @@ def resolve_config_reference(value):
321
321
run (f"docker push { full_image } " , cwd = path )
322
322
if image_version == tag_latest .get (image ):
323
323
run (f"docker push { registry } /{ image } :{ BUNDLE_VERSION } " )
324
-
325
324
progress .update (progress_task , description =
326
325
f"image [bold]{ image } [/bold] [{ i_image } /{ len (imagenames )} ]: tagging latest version" )
327
326
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def __validate_element_choices__(self):
39
39
elements = value .values ()
40
40
else :
41
41
raise ValueError (
42
- f"Paramter { name } of type { type (value )} has element "
42
+ f"Parameter { name } of type { type (value )} has element "
43
43
f"choices. This is not supported."
44
44
)
45
45
invalid_elements = set (elements ) - set (element_choices )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive
4
4
5
5
RUN apt-get update && apt-get install apt-utils && \
6
6
apt-get install -y casacore-data casacore-tools python{VERSION}-dev \
7
- python3-pip python3-matplotlib \
7
+ python3-pip python3-pytest python3- matplotlib \
8
8
&& rm -rf /var/lib/apt/lists/* \
9
9
&& rm -rf /var/cache/apt/archives
10
10
Original file line number Diff line number Diff line change
1
+ _include: (.)genesis/cult-cargo-base.yml
2
+
3
+ images:
4
+ default-python:
5
+ _use: vars.cult-cargo.images
6
+ name: python-astro
7
+ default-casa:
8
+ _use: vars.cult-cargo.images
9
+ name: casa
10
+
You can’t perform that action at this time.
0 commit comments