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