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 9ab29d9 commit a417cddCopy full SHA for a417cdd
.github/workflows/Downstream.yml
@@ -61,9 +61,6 @@ jobs:
61
with:
62
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
63
path: downstream
64
- - name: Checkout SII branch if SciMLSensitivity
65
- if: "contains(${{ matrix.package.repo }}, 'SciMLSensitivity.jl')"
66
- run: git -C downstream checkout dg/ss
67
- name: Load this and run the downstream tests
68
shell: julia --color=yes --project=downstream {0}
69
run: |
0 commit comments