We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae4547d commit 4fd107cCopy full SHA for 4fd107c
1 file changed
run_integration_tests_on_lambda.sh
@@ -190,7 +190,7 @@ commands() {
190
instance_run_command $INSTANCE_ID "docker pull gadicc/diffusers-api:test"
191
192
# 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
+ instance_run_command $INSTANCE_ID "export HF_AUTH_TOKEN=\"$HF_AUTH_TOKEN\" && python3.9 -m pytest -s tests/integration" docker-diffusers-api
194
}
195
196
commands
0 commit comments