Skip to content

Commit

Permalink
maybe /tmp is writeable
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Aug 5, 2024
1 parent ef7cd0c commit e34137b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,21 @@ jobs:
# env:
# NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }}
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.22.x'
- name: Install container-canary
run: |
GOBIN=/usr/local/bin go install github.com/nvidia/container-canary@${{ inputs.CONTAINER_CANARY_VERSION }}
GOBIN=/tmp/canary-bin go install github.com/nvidia/container-canary@${{ inputs.CONTAINER_CANARY_VERSION }}
container-canary version
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: (base) container-canary checks
run: |
export PATH="/tmp/canary-bin:${PATH}"
sh ./ci/container-canary/run-checks.sh ${{ inputs.BASE_TAG }}
# - name: (notebooks) container-canary checks
# run: |
Expand Down

0 comments on commit e34137b

Please sign in to comment.