From 6b622f90b345746bf607db76f5f0ee2c88405892 Mon Sep 17 00:00:00 2001 From: Mark Nestor Costantini Date: Thu, 11 Jul 2024 14:10:33 +0100 Subject: [PATCH] indent test-macos --- .github/workflows/tests.yml | 44 ++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) 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