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 a603e9e commit 1f1e5e8Copy full SHA for 1f1e5e8
.github/workflows/Enzyme.yml
@@ -29,7 +29,7 @@ jobs:
29
- uses: julia-actions/cache@v2
30
31
- name: Run AD with Enzyme on demo models
32
- working-directory: test/enzyme
+ working-directory: test/integration/enzyme
33
run: |
34
julia --project=. --color=yes -e 'using Pkg; Pkg.instantiate()'
35
julia --project=. --color=yes main.jl
test/enzyme/Project.toml renamed to test/integration/enzyme/Project.toml
@@ -6,4 +6,4 @@ ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
6
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
7
8
[sources]
9
-DynamicPPL = {path = "../../"}
+DynamicPPL = {path = "../../../"}
test/enzyme/main.jl renamed to test/integration/enzyme/main.jl
0 commit comments