Skip to content

Commit 5f3108c

Browse files
committed
upgrade to v5 and python 3.9
1 parent 63ae99a commit 5f3108c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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"
@@ -44,7 +44,7 @@ jobs:
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

@@ -54,7 +54,7 @@ jobs:
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]'

.github/workflows/doc-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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
@@ -38,7 +38,7 @@ jobs:
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

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
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

0 commit comments

Comments
 (0)