Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
git config --global user.name "DIRACGrid CI"
- uses: actions/setup-python@v6
with:
python-version: '3.11'
python-version: '3.14'
- name: Installing dependencies
run: |
python -m pip install \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.11'
python-version: '3.14'
- name: Build wheels
run: |
pip install build
Expand Down
10 changes: 5 additions & 5 deletions extensions/gubbins/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v6
- uses: prefix-dev/setup-pixi@v0.8.8
- uses: prefix-dev/setup-pixi@v0.9.4
with:
run-install: false
post-cleanup: false
Expand All @@ -37,24 +37,24 @@ jobs:
rm pixi.toml.bak
# Show any changes
git diff
- uses: prefix-dev/setup-pixi@v0.8.3
- uses: prefix-dev/setup-pixi@v0.9.4
with:
environments: ${{ matrix.package }}
- name: Run pytest
run: pixi run pytest-${{ matrix.package }} --cov-report=xml:coverage.xml --junitxml=report.xml
- name: Upload coverage report
uses: codecov/codecov-action@v5.4.2
uses: codecov/codecov-action@v5.5.2

client-generation:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- uses: prefix-dev/setup-pixi@v0.8.8
- uses: prefix-dev/setup-pixi@v0.9.4
with:
run-install: false
post-cleanup: false
- uses: prefix-dev/setup-pixi@v0.8.3
- uses: prefix-dev/setup-pixi@v0.9.4
with:
environments: generate-client
- name: Run autorest
Expand Down
Loading