More quotes.

This commit is contained in:
Nicolas Patry 2024-10-01 17:16:43 +02:00
parent 69e3bddf8c
commit 0a56344ac0
No known key found for this signature in database
GPG Key ID: E939E8CC91A1C674

View File

@ -191,7 +191,7 @@ jobs:
export DOCKER_VOLUME=/mnt/cache
export DOCKER_IMAGE=${{ needs.build-and-push.outputs.docker_image }}
export DOCKER_DEVICES=${{ needs.build-and-push.outputs.docker_devices }}
export EXTRA_PYTEST=${{ needs.build-and-push.outputs.extra_pytest }}
export EXTRA_PYTEST="${{ needs.build-and-push.outputs.extra_pytest }}"
export HF_TOKEN=${{ secrets.HF_TOKEN }}
echo $DOCKER_IMAGE
pytest -s -vv integration-tests ${PYTEST_FLAGS} ${EXTRA_PYTEST}