Skip to content

Commit

Permalink
ci(SciMLSensitivity): use correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaLGandhi committed May 18, 2024
1 parent f68cb05 commit 9ab29d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
path: downstream
- name: Checkout SII branch if SciMLSensitivity
if: "contains(${{ matrix.package.repo }}, 'SciMLSensitivity.jl')"
run: git checkout dg/ss
run: git -C downstream checkout dg/ss
- name: Load this and run the downstream tests
shell: julia --color=yes --project=downstream {0}
run: |
Expand Down

0 comments on commit 9ab29d9

Please sign in to comment.