Skip to content

Commit ca47187

Browse files
committed
update base docker images
1 parent d616578 commit ca47187

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuousIntegration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Extract docker image tag hash
2121
id: extract_docker_image_tag_hash
2222
run: |
23-
echo "DOCKER_IMAGE_TAG_HASH=310f70ba6065b94858af2cafeba828ea76c02a1d" >> "$GITHUB_OUTPUT"
23+
echo "DOCKER_IMAGE_TAG_HASH=9ee5da1aeae3238b7eea56460fdb00d81e2a3e05" >> "$GITHUB_OUTPUT"
2424
2525
# code_style:
2626
# needs: [check_pull_request_is_not_a_draft]

scripts/ci_build_and_test_in_container.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fi
2020
echo "Using package manager: $PACKAGE_MANAGER"
2121

2222
if [ "$PACKAGE_MANAGER" == "apt" ]; then
23-
apt update && apt-get install -y libblas-dev liblapack-dev texlive
23+
apt update && apt-get install -y libblas-dev liblapack-dev
2424
elif [ "$PACKAGE_MANAGER" == "yum" ]; then
2525
yum update && yum install -y blas lapack
2626
fi

0 commit comments

Comments
 (0)