We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee29327 commit 5a3ea38Copy full SHA for 5a3ea38
1 file changed
.github/workflows/Test.yml
@@ -20,7 +20,7 @@ jobs:
20
name: ${{ matrix.version }} - DI Core (${{ matrix.group }})
21
runs-on: ubuntu-latest
22
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skipci') }}
23
- timeout-minutes: 120
+ timeout-minutes: 180
24
permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created
25
actions: write
26
contents: read
@@ -125,10 +125,6 @@ jobs:
125
version: '1.12'
126
- version: '1.11'
127
group: ChainRules
128
- - version: '1.12'
129
- group: Enzyme
130
131
- group: DifferentiateWith
132
env:
133
JULIA_DI_TEST_TYPE: 'Back'
134
JULIA_DI_TEST_GROUP: ${{ matrix.group }}
0 commit comments