Skip to content

Commit

Permalink
indent test-macos
Browse files Browse the repository at this point in the history
  • Loading branch information
comane committed Jul 11, 2024
1 parent e9c779c commit 6b622f9
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6b622f9

Please sign in to comment.