Skip to content

Commit

Permalink
Remove MacOS tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jollyjonson committed Dec 10, 2023
1 parent 49eb06d commit c3222f9
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,23 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

tests_mac:
needs: linter
strategy:
fail-fast: false
matrix:
python-version: [3.11]
os: [macos-12]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install project
run: make install
- name: Run tests
run: make test
#tests_mac:
# needs: linter
# strategy:
# fail-fast: false
# matrix:
# python-version: [3.11]
# os: [macos-latest]
# runs-on: ${{ matrix.os }}
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-python@v4
# with:
# python-version: ${{ matrix.python-version }}
# - name: Install project
# run: make install
# - name: Run tests
# run: make test

#tests_win:
# needs: linter
Expand Down

0 comments on commit c3222f9

Please sign in to comment.