diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index ea8ae90..c0e2530 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -1,9 +1,10 @@ -name: build +name: build-windows-cpu on: push: branches: - master + - fix-windows pull_request: branches: - master @@ -16,8 +17,10 @@ jobs: fail-fast: false matrix: os: [windows-2019] - torch: ["1.6.0", "1.7.0", "1.7.1", "1.8.0", "1.8.1", "1.9.0", "1.10.0", "1.11.0"] - python-version: [3.6, 3.7, 3.8, 3.9] + # torch: ["1.6.0", "1.7.0", "1.7.1", "1.8.0", "1.8.1", "1.9.0", "1.10.0", "1.11.0"] + # python-version: [3.6, 3.7, 3.8, 3.9] + torch: ["1.10.0", "1.11.0"] + python-version: [3.8] steps: - uses: actions/checkout@v2