File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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]
Original file line number Diff line number Diff line change 2020echo " Using package manager: $PACKAGE_MANAGER "
2121
2222if [ " $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
2424elif [ " $PACKAGE_MANAGER " == " yum" ]; then
2525 yum update && yum install -y blas lapack
2626fi
You can’t perform that action at this time.
0 commit comments