Skip to content

Commit

Permalink
Add images in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Jun 13, 2024
1 parent dc0de8c commit 8ad778a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
image: [cc-base-ubuntu, cc-analysis-ubuntu, cc-base-alma8, cc-analysis-alma8]
image: [cc-base-ubuntu, cc-analysis-ubuntu, cc-dask-alma8, cc-analysis-alma8, cc-dask-alma9, cc-analysis-alma9]
# Keep this line in sync with gh actions @ coffea-dask repo
# python: [3.8, 3.9, '3.10']
#exclude:
Expand Down
1 change: 0 additions & 1 deletion docker/Dockerfile.cc-analysis-alma9
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ RUN yum -y update \
unzip \
nano \
vim \
curl \
net-tools \
libXext \
libSM \
Expand Down
1 change: 0 additions & 1 deletion docker/Dockerfile.cc-dask-alma9
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ RUN yum -y update \
unzip \
nano \
vim \
curl \
net-tools \
libXext \
libSM \
Expand Down

0 comments on commit 8ad778a

Please sign in to comment.