Skip to content

Commit

Permalink
temp remove mac tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jcharkow committed Oct 1, 2024
1 parent 01cd088 commit 59c08cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest] # remove mac tests
# Latest pyOpenMS supports Python 3.9, 3.10, and 3.11
python-version: ["3.9", "3.10", "3.11"]
#python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.11"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 59c08cb

Please sign in to comment.