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 47389f5 commit 1db6c47Copy full SHA for 1db6c47
.github/workflows/IntegrationTest.yml
@@ -25,6 +25,11 @@ jobs:
25
- {user: PumasAI, repo: DataInterpolations.jl}
26
- {user: dfdx, repo: Yota.jl}
27
- {user: JuliaStats, repo: StatsFuns.jl}
28
+ # Diffractor needs to run on Julia nightly
29
+ include:
30
+ - julia-version: nightly
31
+ os: ubuntu-latest
32
+ package: {user: JuliaDiff, repo: Diffractor.jl}
33
34
steps:
35
- uses: actions/checkout@v2
0 commit comments