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