Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f15b854

Browse filesBrowse files
Update dependency Wand to v0.5.8 (GoogleCloudPlatform#2652)
* Update dependency Wand to v0.5.8 * Add apt packages to test script. * Add apt update. * Tidy up install. Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com>
1 parent ca6aee0 commit f15b854
Copy full SHA for f15b854

File tree

Expand file treeCollapse file tree

3 files changed

+5
-2
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+5
-2
lines changed

‎.kokoro/tests/run_tests.sh

Copy file name to clipboardExpand all lines: .kokoro/tests/run_tests.sh
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,11 @@ SECRETS_PASSWORD=$(cat "${KOKORO_GFILE_DIR}/secrets-password.txt")
3939
source ./testing/test-env.sh
4040
export GOOGLE_APPLICATION_CREDENTIALS=$(pwd)/testing/service-account.json
4141
export GOOGLE_CLIENT_SECRETS=$(pwd)/testing/client-secrets.json
42+
4243
# For Datalabeling samples to hit the testing endpoint
4344
export DATALABELING_ENDPOINT="test-datalabeling.sandbox.googleapis.com:443"
45+
# Required for "run/image-processing" && "functions/imagemagick"
46+
apt-get -qq update && apt-get -qq install libmagickwand-dev > /dev/null
4447

4548
# Run Cloud SQL proxy (background process exit when script does)
4649
wget --quiet https://dl.google.com/cloudsql/cloud_sql_proxy.linux.amd64 -O cloud_sql_proxy && chmod +x cloud_sql_proxy
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-cloud-vision==0.39.0
22
google-cloud-storage==1.19.1
3-
Wand==0.5.7
3+
Wand==0.5.8

‎run/image-processing/requirements.txt

Copy file name to clipboardExpand all lines: run/image-processing/requirements.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ pytest==4.6.6; python_version < "3.0"
44
gunicorn==19.9.0
55
google-cloud-vision==0.39.0
66
google-cloud-storage==1.19.1
7-
Wand==0.5.7
7+
Wand==0.5.8

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.