Pulling ?

This commit is contained in:
Nicolas Patry 2024-10-25 11:46:11 +02:00
parent 3f60230928
commit 2f2594bafe
No known key found for this signature in database
GPG Key ID: D2920555C90F704C

View File

@ -202,4 +202,5 @@ jobs:
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 }} export HF_TOKEN=${{ secrets.HF_TOKEN }}
echo $DOCKER_IMAGE echo $DOCKER_IMAGE
docker pull $DOCKER_IMAGE
pytest -s -vvx integration-tests ${PYTEST_FLAGS} ${EXTRA_PYTEST} pytest -s -vvx integration-tests ${PYTEST_FLAGS} ${EXTRA_PYTEST}