File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2525 torch-version : 2.4.0
2626 python-version : " 3.10"
2727 sklearn-version : " latest"
28- - os : ubuntu-latest
28+ - os : ubuntu-latest
2929 torch-version : 2.4.0
3030 python-version : " 3.10"
3131 sklearn-version : " legacy"
4444 uses : actions/checkout@v2
4545
4646 - name : Set up Python ${{ matrix.python-version }}
47- uses : actions/setup-python@v4
47+ uses : actions/setup-python@v5
4848 with :
4949 python-version : ${{ matrix.python-version }}
5050
5454 python -m pip install torch==${{ matrix.torch-version }} --extra-index-url https://download.pytorch.org/whl/cpu
5555 pip install '.[dev,datasets,integrations]'
5656
57- - name : Check sklearn legacy version
57+ - name : Check sklearn legacy version
5858 if : matrix.sklearn-version == 'legacy'
5959 run : |
6060 pip install scikit-learn==1.4.2 '.[dev,datasets,integrations]'
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 strategy :
2424 matrix :
25- python-version : ['3.8 ']
25+ python-version : ['3.9 ']
2626
2727 steps :
2828 # NOTE(stes) currently not used, we check
3838 restore-keys : |
3939 ${{ runner.os }}-pip
4040 - name : Set up Python ${{ matrix.python-version }}
41- uses : actions/setup-python@v4
41+ uses : actions/setup-python@v5
4242 with :
4343 python-version : ${{ matrix.python-version }}
4444 - name : Install package
Original file line number Diff line number Diff line change 5252 ref : main
5353
5454 - name : Set up Python ${{ matrix.python-version }}
55- uses : actions/setup-python@v4
55+ uses : actions/setup-python@v5
5656 with :
5757 python-version : ${{ matrix.python-version }}
5858
You can’t perform that action at this time.
0 commit comments