Skip to content

Commit

Permalink
remove workspace cd
Browse files Browse the repository at this point in the history
  • Loading branch information
jperez999 committed Oct 16, 2023
1 parent 9fdc114 commit e26d8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gpu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
raw=$(git branch -r --contains ${{ github.ref_name }})
branch=${raw/origin\/}
fi
cd ${{ github.workspace }}; tox -e test-gpu -- $branch
tox -e test-gpu -- $branch

0 comments on commit e26d8f1

Please sign in to comment.