diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0cc3418..5540382 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,25 +26,25 @@ jobs: run: | pytest -test-macos: - runs-on: macos-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v2 - - - name: Set up Python - uses: actions/setup-python@v2 - with: - python-version: '3.12' - - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install pytest - pip install hypothesis - pip install . - - - name: Run tests - run: | - pytest + test-macos: + runs-on: macos-latest + + steps: + - name: Checkout repository + uses: actions/checkout@v2 + + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: '3.12' + + - name: Install dependencies + run: | + python -m pip install --upgrade pip + pip install pytest + pip install hypothesis + pip install . + + - name: Run tests + run: | + pytest