From 8112f323f748fa0d833e12fed814cb7bd04ba470 Mon Sep 17 00:00:00 2001 From: Naveen Manivannan Date: Tue, 19 Mar 2024 10:58:31 -0400 Subject: [PATCH] indent error on test.yaml --- .github/workflows/test.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9165ca7..9aadc10 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,17 +13,17 @@ jobs: python-version: ["3.12"] poetry-version: ["1.8.2"] os: [ubuntu-latest, windows-latest] - runs-on: ${{ matrix.os }} - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v3 - with: - python-version: ${{ matrix.python-version}} + runs-on: ${{ matrix.os }} + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-python@v3 + with: + python-version: ${{ matrix.python-version}} - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install poetry + - name: Install dependencies + run: | + python -m pip install --upgrade pip + pip install poetry - - run: poetry install --no-interaction --with dev - - run: poetry run pytest \ No newline at end of file + - run: poetry install --no-interaction --with dev + - run: poetry run pytest \ No newline at end of file