We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8aa6a4 commit 6ffecb1Copy full SHA for 6ffecb1
.github/workflows/eamxx-kokkos-develop-testing.yml
@@ -86,7 +86,7 @@ jobs:
86
run: |
87
cd externals/ekat/extern/kokkos
88
if ! git remote | grep -q upstream; then
89
- git remote add upstream git@github.com:kokkos/kokkos.git
+ git remote add upstream https://github.com/kokkos/kokkos.git
90
fi
91
git fetch upstream
92
git checkout upstream/develop
@@ -133,7 +133,7 @@ jobs:
133
134
135
136
137
138
139
0 commit comments