File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments