From 3ad672b02a7f1dbc2e626415bc5fca6ac6ce0c57 Mon Sep 17 00:00:00 2001 From: Pavol Mulinka Date: Thu, 2 May 2024 01:31:56 +0200 Subject: [PATCH] yep --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4639348..f6ce505 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: strategy: fail-fast: true matrix: - python-version ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} @@ -83,4 +83,4 @@ jobs: - name: upload coverage to Codecov uses: codecov/codecov-action@v4 with: - fail_ci_if_error true \ No newline at end of file + fail_ci_if_error: true \ No newline at end of file