Skip to content

Commit

Permalink
Don't install comet
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerzr committed Nov 21, 2023
1 parent 1aeb1e8 commit d25efa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/self_hosted_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
cd accelerate;
git checkout ${{ github.sha }} ;
pip install -e .[testing];
pip uninstall comet_ml wandb -y
cd ..;
- name: Show installed libraries
Expand Down

0 comments on commit d25efa7

Please sign in to comment.