Skip to content

Commit 4fd107c

Browse files
committed
chore(tests/lambda): different attempt for HF_AUTH_TOKEN?
1 parent ae4547d commit 4fd107c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run_integration_tests_on_lambda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ commands() {
190190
instance_run_command $INSTANCE_ID "docker pull gadicc/diffusers-api:test"
191191

192192
# instance_run_script $INSTANCE_ID run_integration_tests.sh docker-diffusers-api
193-
instance_run_command $INSTANCE_ID "python3.9 -m pytest -s tests/integration" docker-diffusers-api
193+
instance_run_command $INSTANCE_ID "export HF_AUTH_TOKEN=\"$HF_AUTH_TOKEN\" && python3.9 -m pytest -s tests/integration" docker-diffusers-api
194194
}
195195

196196
commands

0 commit comments

Comments
 (0)