Skip to content

Commit 9f11e7b

Browse files
committed
fix(tests/lambda): export HF_AUTH_TOKEN
1 parent 0f5d5ff commit 9f11e7b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

run_integration_tests_on_lambda.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ instance_create
156156
instance_wait $INSTANCE_ID
157157

158158
commands() {
159+
instance_run_command $INSTANCE_ID "echo 'export HF_AUTH_TOKEN=\"$HF_AUTH_TOKEN\" >> ~/.bashrc'"
160+
159161
# Whether to build or just for test scripts, lets transfer this checkout.
160162
instance_rsync $INSTANCE_ID . docker-diffusers-api
161163

0 commit comments

Comments
 (0)