Skip to content

Commit af8ede0

Browse files
authored
Merge pull request #90 from TuringLang/devmotion-patch-1
Ignore test errors on Julia nightly
2 parents 83f8f98 + 705ef30 commit af8ede0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/DynamicPPL-CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
jobs:
1111
test:
1212
runs-on: ${{ matrix.os }}
13+
continue-on-error: ${{ matrix.version == 'nightly' }}
1314
strategy:
1415
matrix:
1516
version:

0 commit comments

Comments
 (0)