File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
16
16
steps :
17
- - uses : actions/checkout@v4
18
- - uses : prefix-dev/setup-pixi@v0.8.14
17
+ - uses : actions/checkout@v5
18
+ - uses : prefix-dev/setup-pixi@v0.9.0
19
19
with :
20
20
pixi-version : v0.51.0
21
21
frozen : true
Original file line number Diff line number Diff line change 37
37
environment : ci-py311-latest-tensorflow
38
38
runs-on : ${{ matrix.os }}
39
39
steps :
40
- - uses : actions/checkout@v4
41
- - uses : prefix-dev/setup-pixi@v0.8.14
40
+ - uses : actions/checkout@v5
41
+ - uses : prefix-dev/setup-pixi@v0.9.0
42
42
with :
43
43
pixi-version : v0.51.0
44
44
environments : ${{ matrix.environment }}
50
50
run : pixi run -e ${{ matrix.environment }} tests -n 3
51
51
52
52
- name : Upload coverage reports to Codecov
53
- uses : codecov/codecov-action@v5.4.3
53
+ uses : codecov/codecov-action@v5.5.0
54
54
with :
55
55
token : ${{ secrets.CODECOV_TOKEN }}
56
56
slug : scikit-learn-contrib/imbalanced-learn
You can’t perform that action at this time.
0 commit comments