File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v4
1717 with :
1818 fetch-depth : 0
19- - uses : prefix-dev/setup-pixi@v0.7.0
19+ - uses : prefix-dev/setup-pixi@v0.8.1
2020 with :
21- pixi-version : v0.22 .0
21+ pixi-version : v0.23 .0
2222 environments : doc
2323 frozen : true
2424
2727
2828 - name : Update the main gh-page website
2929 if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
30- uses : peaceiris/actions-gh-pages@v3.6.1
30+ uses : peaceiris/actions-gh-pages@v4.0.0
3131 with :
3232 github_token : ${{ secrets.GITHUB_TOKEN }}
3333 publish_dir : ./doc/_build/html
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v4
16- - uses : prefix-dev/setup-pixi@v0.7.0
16+ - uses : prefix-dev/setup-pixi@v0.8.1
1717 with :
18- pixi-version : v0.22 .0
18+ pixi-version : v0.23 .0
1919 environments : lint
2020 frozen : true
2121
Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ jobs:
1717 runs-on : ${{ matrix.os }}
1818 steps :
1919 - uses : actions/checkout@v4
20- - uses : prefix-dev/setup-pixi@v0.7.0
20+ - uses : prefix-dev/setup-pixi@v0.8.1
2121 with :
22- pixi-version : v0.22 .0
22+ pixi-version : v0.23 .0
2323 environments : ${{ matrix.environment }}
2424 frozen : true
2525
2626 - name : Run tests
2727 run : pixi run -e ${{ matrix.environment }} test
2828
2929 - name : Upload coverage reports to Codecov
30- uses : codecov/codecov-action@v4.0 .1
30+ uses : codecov/codecov-action@v4.4 .1
3131 with :
3232 token : ${{ secrets.CODECOV_TOKEN }}
3333 slug : scikit-learn-contrib/project-template
You can’t perform that action at this time.
0 commit comments