Skip to content

Commit

Permalink
Switched to gh-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ActiveChooN committed Nov 4, 2024
1 parent 49ebc90 commit abb2466
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

# This workaround will be fixed after integration with the building workflow for OpenVINO bindings
env:
BINDINGS_URL: https://github.com/openvinotoolkit/openvino_testdrive/releases/download/untagged-7fa30b9a6a885e38ac9d/linux_bindings.tgz
BINDINGS_RELEASE: untagged-7fa30b9a6a885e38ac9d

jobs:
test:
Expand All @@ -22,7 +22,7 @@ jobs:

- name: Download OpenVINO bindings
run: |
curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -L $BINDINGS_URL -o linux_bindings.tgz
gh release download $BINDINGS_RELEASE -D bindings -p linux_bindings.tgz
tar -xzf linux_bindings.tgz -C bindings
rm linux_bindings.tgz
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Download OpenVINO bindings
run: |
curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -L $BINDINGS_URL -o linux_bindings.tgz
gh release download $BINDINGS_RELEASE -D bindings -p linux_bindings.tgz
tar -xzf linux_bindings.tgz -C bindings
rm linux_bindings.tgz
Expand Down

0 comments on commit abb2466

Please sign in to comment.