Skip to content

Commit

Permalink
Update reusable workflows and container URLs after NNPDF/workflows mi…
Browse files Browse the repository at this point in the history
…gration
  • Loading branch information
alecandido committed Feb 14, 2023
1 parent 4cdfdf6 commit da037b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: ghcr.io/n3pdf/lhapdf:v2
image: ghcr.io/nnpdf/lhapdf:v2
credentials:
username: ${{ github.repository_owner }}
password: ${{ github.token }}
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,6 +7,6 @@ on:

jobs:
publish:
uses: N3PDF/workflows/.github/workflows/python-poetry-pypi.yml@v2
uses: NNPDF/workflows/.github/workflows/python-poetry-pypi.yml@v2
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]

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 }}

0 comments on commit da037b7

Please sign in to comment.