Skip to content

Commit

Permalink
bug fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
berkedilekoglu committed Feb 25, 2024
1 parent 0d351a1 commit 7108abf
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "pypy-3.7"
- "pypy-3.8"
- "pypy-3.9"
os: [ubuntu-latest, macos-latest, windows-latest]
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "pypy-3.7"
- "pypy-3.8"
- "pypy-3.9"

name: Test
runs-on: ${{ matrix.os }}
Expand All @@ -32,8 +32,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

-name: Install dependencies
- name: Install dependencies
run: python -m pip install pytest .

-name: Run tests
run: pytest
- name: Run tests
run: pytest

0 comments on commit 7108abf

Please sign in to comment.