diff --git a/.github/workflows/self_hosted_integration_tests.yml b/.github/workflows/self_hosted_integration_tests.yml index 42e26bfc1bd..56d5910117e 100644 --- a/.github/workflows/self_hosted_integration_tests.yml +++ b/.github/workflows/self_hosted_integration_tests.yml @@ -49,7 +49,7 @@ jobs: cd accelerate; git checkout ${{ github.sha }} ; pip install -e .[testing]; - pip uninstall comet_ml wandb -y + pip uninstall comet_ml wandb dvclive -y cd ..; - name: Show installed libraries