Skip to content

Commit

Permalink
Uninstall DVC in the Trainer tests (#2271)
Browse files Browse the repository at this point in the history
* Test using my branch

* Uninstall DVCLive only
  • Loading branch information
muellerzr authored Dec 22, 2023
1 parent b60061d commit 349be97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/self_hosted_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 349be97

Please sign in to comment.