Skip to content

Commit

Permalink
run test using new build args
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik737 committed Jan 8, 2025
1 parent 7396c77 commit 78c91a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
- name: Run Test
run: |
export RESERVATION_NAME="https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}#${{ matrix.python-version}}-${{ matrix.platform }}"
hil --models $MODEL --reservation-name $RESERVATION_NAME --wait --sync-workspace --dockerfile /tmp/depthai-experiments/test/Dockerfile --docker-args PYTHON_VERSION=${{ matrix.python-version }}
hil --models $MODEL --reservation-name $RESERVATION_NAME --wait --sync-workspace --dockerfile /tmp/depthai-experiments/test/Dockerfile --docker-build-args "--build-arg PYTHON_VERSION=${{ matrix.python-version }} PLATFORM=${{ matrix.platform }} DAI_VERSION=${{ github.event.inputs.depthai_version }}"

0 comments on commit 78c91a7

Please sign in to comment.