Skip to content

Commit

Permalink
tweak path
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Oct 17, 2024
1 parent e9e0c85 commit be138f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/llm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
- uses: actions/[email protected]
with:
pattern: tract-cli-${{matrix.os}}
path: tract-cli

- name: Configure AWS Credentials
# if: github.repository == 'sonos/tract'
Expand All @@ -62,7 +61,7 @@ jobs:
pwd
echo $GITHUB_WORKSPACE
find $GITHUB_WORKSPACE/tract-cli
PATH=$PATH:$GITHUB_WORKSPACE/tract-cli
PATH=$PATH:$GITHUB_WORKSPACE/tract-cli-${{matrix.os}}
tract --version
aws s3 sync --no-progress s3://tract-ci-builds/tests/llm/current/$id $id
cd $id
Expand Down

0 comments on commit be138f0

Please sign in to comment.