Skip to content

Commit 5f0588c

Browse files
committed
update pipeline
1 parent a5411b2 commit 5f0588c

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: true
1616
matrix:
17-
os: [ubuntu-latest]
17+
os: [windows-latest]
1818
# NOTE(stes): We test against the oldest still supported version of python (3.10),
1919
# the python version of the latest Ubuntu LTS release (3.12)
2020
# and the latest python version CEBRA supports fully (3.13).
@@ -23,18 +23,12 @@ jobs:
2323
# https://devguide.python.org/versions/
2424
# Python Ubuntu LTS:
2525
# https://documentation.ubuntu.com/ubuntu-for-developers/reference/availability/python/
26-
python-version: []
26+
python-version: ["3.12"]
2727
# We aim to support the versions on pytorch.org
2828
# as well as selected previous versions on
2929
# https://pytorch.org/get-started/previous-versions/
30-
torch-version: []
31-
sklearn-version: []
32-
include:
33-
# windows test with standard config
34-
- os: windows-latest
35-
torch-version: 2.6.0
36-
python-version: "3.12"
37-
sklearn-version: "latest"
30+
torch-version: ["2.6.0"]
31+
sklearn-version: ["latest"]
3832

3933

4034
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)