We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5729e6 commit 55b4441Copy full SHA for 55b4441
‎.github/workflows/ci-cd.yml
@@ -355,7 +355,7 @@ jobs:
355
OS-${{ runner.os }},
356
VM-${{ matrix.os }},
357
Py-${{ steps.python-install.outputs.python-version }}
358
- fail_ci_if_error: false
+ fail_ci_if_error: true
359
360
benchmark:
361
name: Benchmark
‎.github/workflows/reusable-linters.yml
@@ -70,7 +70,7 @@ jobs:
70
flags: >-
71
CI-GHA,
72
MyPy
73
74
- name: Install spell checker
75
run: |
76
sudo apt install libenchant-2-dev
0 commit comments