Skip to content

Commit

Permalink
fixed env
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Oct 9, 2024
1 parent 0848fcc commit 82cd711
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/modelconverter_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ env:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_S3_ENDPOINT_URL: ${{ secrets.AWS_S3_ENDPOINT_URL }}
PACKAGE: ${{ inputs.package }}
VERSION: ${{ inputs.version }}

jobs:
tests:
Expand Down Expand Up @@ -61,6 +62,8 @@ jobs:

- name: Download build files from GCS
if: ${{ inputs.package }} != hailo
env:
GS_BUILD_ARTIFACTS: gs://luxonis-test-bucket/modelconverter/build-artifacts
run: |
cd docker/extra_packages
if [ "$PACKAGE" = "rvc4" ]; then
Expand Down

0 comments on commit 82cd711

Please sign in to comment.