Skip to content

Commit f04e572

Browse files
authored
Fix early integration (#835)
1 parent c1bbeac commit f04e572

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/early_integration.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,17 @@ jobs:
9999
- name: Checkout Kokkos devel branch
100100
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
101101
with:
102+
repository: kokkos/kokkos
102103
path: vendor/kokkos
103104
- name: Checkout Kokkos Kernels devel branch
104105
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
105106
with:
107+
repository: kokkos/kokkos-kernels
106108
path: vendor/kokkos-kernels
107109
- name: Checkout Kokkos-fft devel branch
108110
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
109111
with:
112+
repository: kokkos/kokkos-fft
110113
path: vendor/kokkos-fft
111114
- name: Test
112115
id: test

0 commit comments

Comments
 (0)