Skip to content

Commit

Permalink
Merge branch 'main' into llm
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Sep 28, 2023
2 parents 1d13dfb + ecb0d74 commit 23bd408
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
dart_channel: [stable]
include: [{os: ubuntu-latest, dart_channel: dev}]
# TODO(nweiz): Re-enable this when
# https://github.com/dart-lang/sdk/issues/52121#issuecomment-1728534228
# is addressed.
# include: [{os: ubuntu-latest, dart_channel: dev}]

steps:
- if: ${{ matrix.os == 'windows-latest' }}
Expand Down

0 comments on commit 23bd408

Please sign in to comment.