提交 68984fb7 authored 作者: ricardoV94's avatar ricardoV94

DO NOT MERGE: Temporarily disable rest of CI for faster iteration

上级 9b2ad4fe
......@@ -81,7 +81,7 @@ jobs:
shell: micromamba-shell {0}
run: |
export PYTENSOR_FLAGS=warn__ignore_bug_before=all,on_opt_error=raise,on_shape_error=raise,gcc__cxxflags=-pipe
asv run --python=same --set-commit-hash=$(git rev-parse HEAD) --show-stderr
asv run --python=same --set-commit-hash=$(git rev-parse HEAD) --show-stderr --bench "bench_shape|bench_graph"
- name: Push results to asv-results branch
shell: bash
......
......@@ -22,6 +22,7 @@ permissions: {}
jobs:
check_changes:
if: false # TEMPORARY: disabled for benchmarks debugging
runs-on: ubuntu-latest
outputs:
should_run: ${{ steps.set_should_run.outputs.should_run }}
......
......@@ -19,6 +19,7 @@ concurrency:
jobs:
changes:
if: false # TEMPORARY: disabled for benchmarks debugging
name: "Check for changes"
runs-on: ubuntu-latest
outputs:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论