Skip to content

Commit

Permalink
run only macos py3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
aresnow1 committed May 6, 2023
1 parent b08b7ea commit bc5a175
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,26 +71,26 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
module: ["xorbits", "kubernetes"]
exclude:
- { os: macos-latest, python-version: 3.10}
- { os: macos-latest, python-version: 3.9}
- { os: windows-latest, python-version: 3.10}
- { os: windows-latest, python-version: 3.9}
- { os: windows-latest, module: kubernetes}
- { os: macos-latest, module: kubernetes}
# os: ["ubuntu-latest", "macos-latest", "windows-latest"]
# python-version: ["3.8", "3.9", "3.10", "3.11"]
# module: ["xorbits", "kubernetes"]
# exclude:
# - { os: macos-latest, python-version: 3.10}
# - { os: macos-latest, python-version: 3.9}
# - { os: windows-latest, python-version: 3.10}
# - { os: windows-latest, python-version: 3.9}
# - { os: windows-latest, module: kubernetes}
# - { os: macos-latest, module: kubernetes}
include:
- { os: ubuntu-latest, module: _mars/dataframe, python-version: 3.9 }
- { os: ubuntu-latest, module: _mars/tensor, python-version: 3.9 }
- { os: ubuntu-latest, module: _mars/learn, python-version: 3.9 }
- { os: ubuntu-latest, module: mars-core, python-version: 3.9 }
- { os: ubuntu-20.04, module: hadoop, python-version: 3.9 }
- { os: ubuntu-latest, module: vineyard, python-version: 3.9 }
- { os: ubuntu-latest, module: external-storage, python-version: 3.9 }
- { os: ubuntu-latest, module: pandas-1.0, python-version: 3.9 }
- { os: self-hosted, module: gpu, python-version: 3.9}
- { os: macos-latest, python-version: 3.8}
# - { os: ubuntu-latest, module: _mars/tensor, python-version: 3.9 }
# - { os: ubuntu-latest, module: _mars/learn, python-version: 3.9 }
# - { os: ubuntu-latest, module: mars-core, python-version: 3.9 }
# - { os: ubuntu-20.04, module: hadoop, python-version: 3.9 }
# - { os: ubuntu-latest, module: vineyard, python-version: 3.9 }
# - { os: ubuntu-latest, module: external-storage, python-version: 3.9 }
# - { os: ubuntu-latest, module: pandas-1.0, python-version: 3.9 }
# - { os: self-hosted, module: gpu, python-version: 3.9}
steps:
- name: Check out code
uses: actions/checkout@v3
Expand Down

0 comments on commit bc5a175

Please sign in to comment.