Skip to content

Commit 999c8d9

Browse files
authored
Comment out Reverse dependency test of Diffractor (#620)
1 parent 58f0def commit 999c8d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/IntegrationTest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
# - {user: dpsanders, repo: ReversePropagation.jl}
1919
- {user: FluxML, repo: Zygote.jl}
2020
# Diffractor needs to run on Julia nightly
21-
include:
22-
- julia-version: nightly
23-
os: ubuntu-latest
24-
package: {user: JuliaDiff, repo: Diffractor.jl}
21+
# include:
22+
# - julia-version: nightly
23+
# os: ubuntu-latest
24+
# package: {user: JuliaDiff, repo: Diffractor.jl}
2525

2626
steps:
2727
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)