Skip to content

Commit

Permalink
After they pass I have now restored the original workflow setting. Ho…
Browse files Browse the repository at this point in the history
…wever, it is still restructed to the file that fails.
  • Loading branch information
philip-paul-mueller committed Feb 4, 2025
1 parent 374005c commit 1f3a447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/general-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
else
export DACE_optimizer_automatic_simplification=${{ matrix.simplify }}
fi
pytest --maxfail=1 -n auto --tb=short -m "not gpu and not verilator and not tensorflow and not mkl and not sve and not papi and not mlir and not lapack and not fpga and not mpi and not rtl_hardware and not scalapack and not datainstrument and not long" tests/numpy/ndarray_attributes_methods_test.py
pytest -n auto --cov-report=xml --cov=dace --tb=short -m "not gpu and not verilator and not tensorflow and not mkl and not sve and not papi and not mlir and not lapack and not fpga and not mpi and not rtl_hardware and not scalapack and not datainstrument and not long" tests/numpy/ndarray_attributes_methods_test.py
./codecov
- name: Test OpenBLAS LAPACK
Expand Down

0 comments on commit 1f3a447

Please sign in to comment.