diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 63acea2107..eab55a0e62 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -110,8 +110,7 @@ jobs: if: >- ${{ contains(needs.*.result, 'failure') - || contains(needs.*.result, 'cancelled') - }} + || contains(needs.*.result, 'cancelled') }} ################################################################ ## Front-end diff --git a/tests/storage/repository/filesystem/root/input/hydro/common/capacity/test_capacity.py b/tests/storage/repository/filesystem/root/input/hydro/common/capacity/test_capacity.py index a6b45080ca..c7c844ab64 100644 --- a/tests/storage/repository/filesystem/root/input/hydro/common/capacity/test_capacity.py +++ b/tests/storage/repository/filesystem/root/input/hydro/common/capacity/test_capacity.py @@ -12,6 +12,7 @@ from antarest.study.storage.rawstudy.model.filesystem.matrix.matrix import MatrixFrequency from antarest.study.storage.rawstudy.model.filesystem.root.input.hydro.common.capacity import capacity +# noinspdection SpellChecdkingInspection # noinspection SpellCheckingInspection BEFORE_650 = { "maxpower_en": {"default_empty": [[]], "freq": MatrixFrequency.DAILY, "nb_columns": None},