Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed Jun 17, 2024
1 parent 5cbd266 commit 882ccb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
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 }}
18 changes: 5 additions & 13 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,24 @@
name: unit tests

on:
push:
branches-ignore:
- "*docs*"
on: push

jobs:
py38:
uses: N3PDF/workflows/.github/workflows/python-poetry-tests.yml@v2
with:
python-version: "3.8"

py39:
uses: N3PDF/workflows/.github/workflows/python-poetry-tests.yml@v2
uses: NNPDF/workflows/.github/workflows/python-poetry-tests.yml@v2
with:
python-version: "3.9"

py310:
uses: N3PDF/workflows/.github/workflows/python-poetry-tests.yml@v2
uses: NNPDF/workflows/.github/workflows/python-poetry-tests.yml@v2
with:
python-version: "3.10"

py311:
uses: N3PDF/workflows/.github/workflows/python-poetry-tests.yml@v2
uses: NNPDF/workflows/.github/workflows/python-poetry-tests.yml@v2
with:
python-version: "3.11"

py312:
uses: N3PDF/workflows/.github/workflows/python-poetry-tests.yml@v2
uses: NNPDF/workflows/.github/workflows/python-poetry-tests.yml@v2
with:
python-version: "3.12"

0 comments on commit 882ccb8

Please sign in to comment.