Skip to content

Commit 9ab29d9

Browse files
ci(SciMLSensitivity): use correct path
1 parent f68cb05 commit 9ab29d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
path: downstream
6464
- name: Checkout SII branch if SciMLSensitivity
6565
if: "contains(${{ matrix.package.repo }}, 'SciMLSensitivity.jl')"
66-
run: git checkout dg/ss
66+
run: git -C downstream checkout dg/ss
6767
- name: Load this and run the downstream tests
6868
shell: julia --color=yes --project=downstream {0}
6969
run: |

0 commit comments

Comments
 (0)