Skip to content

Commit

Permalink
Disable macOS tests until GitHub CI dependencies are fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
MattHag authored and pfps committed Mar 10, 2024
1 parent cc7194f commit e226b76
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,30 +31,30 @@ jobs:
run: |
make test
macos-tests:
runs-on: macos-latest

strategy:
matrix:
python-version: [3.7, 3.12]

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Set up macOS dependencies
run: |
make install_brew
- name: Install Python dependencies
run: |
make install_pip PIP_ARGS='.["test"]'
- name: Run tests on macOS
run: |
make test
# macos-tests:
# runs-on: macos-latest
#
# strategy:
# matrix:
# python-version: [3.7, 3.12]
#
# steps:
# - name: Checkout
# uses: actions/checkout@v4
#
# - name: Set up Python ${{ matrix.python-version }}
# uses: actions/setup-python@v5
# with:
# python-version: ${{ matrix.python-version }}
#
# - name: Set up macOS dependencies
# run: |
# make install_brew
#
# - name: Install Python dependencies
# run: |
# make install_pip PIP_ARGS='.["test"]'
#
# - name: Run tests on macOS
# run: |
# make test

0 comments on commit e226b76

Please sign in to comment.