Skip to content

Commit

Permalink
Forgot other
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerzr committed Nov 1, 2023
1 parent be067d3 commit bb1a57f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/self_hosted_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,7 @@ jobs:
- name: Install accelerate
run:
source activate accelerate;
if [! -d "accelerate"]; then
git clone https://github.com/huggingface/accelerate;
fi;
git clone https://github.com/huggingface/accelerate;
cd accelerate;
git checkout ${{ github.sha }};
pip install -e .[testing];
Expand Down

0 comments on commit bb1a57f

Please sign in to comment.