Skip to content

Commit

Permalink
Disabling MacOS runner for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Oct 23, 2023
1 parent 1cf3e47 commit ea5a94b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.10"]
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest] # , macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand All @@ -21,8 +21,6 @@ jobs:
pip install --upgrade pip
pip install -e .
pip install -e .[dev]
shell: bash {0}
- name: Run tests
run: |
pytest -v
shell: bash {0}

0 comments on commit ea5a94b

Please sign in to comment.