Skip to content

Commit

Permalink
Use container with preinstalled conda for build. Attempt 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Nov 29, 2024
1 parent dbff51f commit fc04c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
--rm "${{ inputs.docker-image }}" \
/bin/bash -c "${{ env.REPO_DIR }}/continuous_integration/scripts/entrypoint ${{ env.REPO_DIR }}/continuous_integration/scripts/build ${{ inputs.build-type}} ${{ inputs.target-device }}"
- if: ${{ inputs.use-container == false }}
- if: ${{ !inputs.use-container }}
name: Build (without container)
shell: bash --noprofile --norc -xeuo pipefail {0}
run: |
Expand Down

0 comments on commit fc04c82

Please sign in to comment.