Skip to content

Commit

Permalink
Fix integration CI (#2047)
Browse files Browse the repository at this point in the history
* Different method

* Should fix version
  • Loading branch information
muellerzr authored Oct 12, 2023
1 parent 4bef6bc commit 1dfb6e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/self_hosted_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
run: |
source activate accelerate
git config --global --add safe.directory '*'
git checkout main && git pull
git checkout main && git pull && git fetch --tags
if [[ ${{ matrix.transformers-version }} = pypi ]]; then
git checkout $(git describe --tags `git rev-list --tags --max-count=1`)
git checkout $(git tag --sort=taggerdate | tail -1)
fi
pip install .[torch,deepspeed-testing]
Expand Down

0 comments on commit 1dfb6e9

Please sign in to comment.