Skip to content

Commit

Permalink
Merge branch 'graphnet-team:main' into grit
Browse files Browse the repository at this point in the history
  • Loading branch information
pweigel authored Jan 16, 2025
2 parents f896062 + 83c7330 commit acab6e5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

check-codeclimate-credentials:
name: Check CodeClimate credentials
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
has_credentials: ${{ steps.setvar.outputs.has_credentials }}
steps:
Expand All @@ -35,7 +35,7 @@ jobs:
build-icetray:
name: Unit tests - IceTray
needs: [ check-codeclimate-credentials ]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: icecube/icetray:icetray-prod-v1.8.1-ubuntu20.04-X64
options: --user root
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

build-matrix:
name: Unit tests - Python versions
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: [3.8, 3.9, '3.10', '3.11']
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
docs:
name: Documentation Compilation
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

pre-commit:
name: Pre-commit - ${{ matrix.hook }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
hook: ["black", "flake8", "docformatter", "pydocstyle", "mypy"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
docker:
name: Build and Publish Docker Image
if: github.repository == 'graphnet-team/graphnet'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
packages: write
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
docs:
name: Build and publish Documentation
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
paper-2022-joss:
name: Compile draft PDF
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit acab6e5

Please sign in to comment.