Skip to content

Commit

Permalink
disable mlir tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardcode84 committed Nov 7, 2023
1 parent 7004fd9 commit c4a0b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
python: ['3.9', '3.10', '3.11']
os: [ubuntu-20.04, ubuntu-latest, windows-latest]
experimental: [false]
use_mlir: [false, true]
use_mlir: [false]

continue-on-error: ${{ matrix.experimental || matrix.use_mlir }}

Expand Down

0 comments on commit c4a0b30

Please sign in to comment.