File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
extensions/gubbins/.github/workflows Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4646 git config --global user.name "DIRACGrid CI"
4747 - uses : actions/setup-python@v6
4848 with :
49- python-version : ' 3.11 '
49+ python-version : ' 3.14 '
5050 - name : Installing dependencies
5151 run : |
5252 python -m pip install \
Original file line number Diff line number Diff line change 2828 - uses : actions/checkout@v6
2929 - uses : actions/setup-python@v6
3030 with :
31- python-version : ' 3.11 '
31+ python-version : ' 3.14 '
3232 - name : Build wheels
3333 run : |
3434 pip install build
Original file line number Diff line number Diff line change 2626 steps :
2727 - name : Checkout code
2828 uses : actions/checkout@v6
29- - uses : prefix-dev/setup-pixi@v0.8.8
29+ - uses : prefix-dev/setup-pixi@v0.9.4
3030 with :
3131 run-install : false
3232 post-cleanup : false
@@ -37,24 +37,24 @@ jobs:
3737 rm pixi.toml.bak
3838 # Show any changes
3939 git diff
40- - uses : prefix-dev/setup-pixi@v0.8.3
40+ - uses : prefix-dev/setup-pixi@v0.9.4
4141 with :
4242 environments : ${{ matrix.package }}
4343 - name : Run pytest
4444 run : pixi run pytest-${{ matrix.package }} --cov-report=xml:coverage.xml --junitxml=report.xml
4545 - name : Upload coverage report
46- uses : codecov/codecov-action@v5.4 .2
46+ uses : codecov/codecov-action@v5.5 .2
4747
4848 client-generation :
4949 runs-on : ubuntu-latest
5050 steps :
5151 - name : Checkout code
5252 uses : actions/checkout@v6
53- - uses : prefix-dev/setup-pixi@v0.8.8
53+ - uses : prefix-dev/setup-pixi@v0.9.4
5454 with :
5555 run-install : false
5656 post-cleanup : false
57- - uses : prefix-dev/setup-pixi@v0.8.3
57+ - uses : prefix-dev/setup-pixi@v0.9.4
5858 with :
5959 environments : generate-client
6060 - name : Run autorest
You can’t perform that action at this time.
0 commit comments