We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b73a09a commit 326a960Copy full SHA for 326a960
.github/workflows/coverage.yml
@@ -46,7 +46,6 @@ jobs:
46
# Our self-hosted runners require a container
47
# TODO: use a different (nvidia?) container
48
container:
49
- options: -u root --security-opt seccomp=unconfined --shm-size 16g
50
image: ubuntu:22.04
51
env:
52
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }}
@@ -67,9 +66,6 @@ jobs:
67
66
with:
68
fetch-depth: 0
69
70
- - name: Mark workspace as safe for git
71
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
72
-
73
- name: Install dependencies
74
uses: ./.github/actions/install_unix_deps
75
continue-on-error: false
0 commit comments