Skip to content

Commit

Permalink
Merge branch 'n3lo_flavor_decomposition' of https://github.com/N3PDF/…
Browse files Browse the repository at this point in the history
…yadism into n3lo_flavor_decomposition
  • Loading branch information
giacomomagni committed May 2, 2024
2 parents f43d8b5 + eae37bc commit 8fd6ebe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
apfel:
runs-on: ubuntu-latest
container:
image: docker://ghcr.io/n3pdf/bench-dis:latest
image: docker://ghcr.io/nnpdf/bench-dis:latest

steps:
- uses: actions/checkout@v2
Expand All @@ -36,7 +36,7 @@ jobs:
qcdnum:
runs-on: ubuntu-latest
container:
image: docker://ghcr.io/n3pdf/bench-dis:latest
image: docker://ghcr.io/nnpdf/bench-dis:latest

steps:
- uses: actions/checkout@v2
Expand All @@ -51,7 +51,7 @@ jobs:
xspace-bench:
runs-on: ubuntu-latest
container:
image: docker://ghcr.io/n3pdf/bench-dis:latest
image: docker://ghcr.io/nnpdf/bench-dis:latest

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
publish:
uses: N3PDF/workflows/.github/workflows/python-poetry-pypi.yml@v2
uses: NNPDF/workflows/.github/workflows/python-poetry-pypi.yml@v2
with:
poetry-extras: "-E mark -E box"
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
python-version: ["3.9", "3.10", "3.11", "3.12"]
fail-fast: false

uses: N3PDF/workflows/.github/workflows/python-poetry-tests.yml@v2
uses: NNPDF/workflows/.github/workflows/python-poetry-tests.yml@v2
with:
python-version: ${{ matrix.python-version }}
poetry-extras: "-E mark -E box"

0 comments on commit 8fd6ebe

Please sign in to comment.