Skip to content

Commit

Permalink
restore yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hucorz committed Sep 5, 2024
1 parent 7b02eb3 commit d2c6538
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
find . -name "CMakeLists.txt" -not -path "*third_party/*" | xargs cmake-format -c .cmake-format.yaml --check
build_test_job:
# if: github.repository == 'xorbitsai/xoscar'
if: github.repository == 'xorbitsai/xoscar'
runs-on: ${{ matrix.os }}
needs: lint
env:
Expand All @@ -78,18 +78,16 @@ jobs:
strategy:
fail-fast: false
matrix:
# os: ["ubuntu-latest", "macos-13", "windows-latest"]
# python-version: ["3.8", "3.9", "3.10", "3.11"]
os: ["ubuntu-latest"]
python-version: ["3.8"]
os: ["ubuntu-latest", "macos-13", "windows-latest"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
module: ["xoscar"]
exclude:
- { os: macos-13, python-version: 3.9}
- { os: macos-13, python-version: 3.10}
- { os: windows-latest, python-version: 3.9}
- { os: windows-latest, python-version: 3.10}
include:
# - { os: self-hosted, module: gpu, python-version: 3.11}
- { os: self-hosted, module: gpu, python-version: 3.11}
- { os: ubuntu-20.04, module: doc-build, python-version: 3.9}

steps:
Expand Down

0 comments on commit d2c6538

Please sign in to comment.