3232 pixi add --no-install --pypi --feature diracx-core pytest-github-actions-annotate-failures
3333 # Show any changes
3434 git diff
35- - uses : prefix-dev/setup-pixi@v0.8.3
35+ - uses : prefix-dev/setup-pixi@v0.8.8
3636 with :
3737 cache : false
3838 environments : shellcheck
@@ -76,14 +76,14 @@ jobs:
7676 pixi add --no-install --pypi --feature diracx-core pytest-github-actions-annotate-failures
7777 # Show any changes
7878 git diff
79- - uses : prefix-dev/setup-pixi@v0.8.3
79+ - uses : prefix-dev/setup-pixi@v0.8.8
8080 with :
8181 cache : false
8282 environments : ${{ matrix.package }}
8383 - name : Run pytest
8484 run : pixi run pytest-${{ matrix.package }} --cov-report=xml:coverage.xml --junitxml=report.xml
8585 - name : Upload coverage report
86- uses : codecov/codecov-action@v5.4.2
86+ uses : codecov/codecov-action@v5.4.3
8787
8888 pytest-integration :
8989 runs-on : ubuntu-latest
@@ -109,7 +109,7 @@ jobs:
109109 pixi add --no-install --pypi --feature diracx-core pytest-github-actions-annotate-failures
110110 # Show any changes
111111 git diff
112- - uses : prefix-dev/setup-pixi@v0.8.3
112+ - uses : prefix-dev/setup-pixi@v0.8.8
113113 with :
114114 cache : false
115115 environments : ${{ matrix.extension == 'diracx' && 'default' || 'default-gubbins' }}
@@ -209,7 +209,7 @@ jobs:
209209 run : |
210210 pixi run -e ${{ matrix.extension == 'diracx' && 'default' || 'default-gubbins' }} python -m diracx.testing coverage collect-demo --demo-dir=../diracx-charts/.demo
211211 - name : Upload coverage report
212- uses : codecov/codecov-action@v5.4.2
212+ uses : codecov/codecov-action@v5.4.3
213213 with :
214214 files : ./coverage-pytest.xml,./coverage-demo.xml
215215
@@ -232,7 +232,7 @@ jobs:
232232 pixi add --no-install --pypi --feature diracx-core pytest-github-actions-annotate-failures
233233 # Show any changes
234234 git diff
235- - uses : prefix-dev/setup-pixi@v0.8.3
235+ - uses : prefix-dev/setup-pixi@v0.8.8
236236 with :
237237 cache : false
238238 locked : false
0 commit comments