Skip to content

Commit

Permalink
Debug macos
Browse files Browse the repository at this point in the history
  • Loading branch information
davidt0x committed Apr 30, 2024
1 parent f701edc commit f21b877
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,19 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-latest]
python-version: ["3.9", "3.10", "3.11"]
os: [macos-latest]
python-version: ["3.11"]
# os: [ubuntu-20.04, macos-latest]
# python-version: ["3.9", "3.10", "3.11"]
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- uses: mpi4py/setup-mpi@v1
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- run: |
python3 -m pip install -U pip
- if: ${{ contains(matrix.os, 'ubuntu') }}
Expand Down

0 comments on commit f21b877

Please sign in to comment.