Skip to content

Commit

Permalink
indent error on test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nmani committed Mar 19, 2024
1 parent 502a2b5 commit 8112f32
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- run: poetry install --no-interaction --with dev
- run: poetry run pytest

0 comments on commit 8112f32

Please sign in to comment.