Skip to content

Commit

Permalink
Restore old workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed Oct 6, 2022
1 parent 709f920 commit 72b3a34
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
python-version: "3.8"
poetry-extras: "-E mark"

# py39:
# uses: N3PDF/workflows/.github/workflows/python-poetry-tests.yml@main
# with:
# python-version: "3.9"
# poetry-extras: "-E mark"
py39:
uses: N3PDF/workflows/.github/workflows/python-poetry-tests.yml@main
with:
python-version: "3.9"
poetry-extras: "-E mark"

# py310:
# uses: N3PDF/workflows/.github/workflows/python-poetry-tests.yml@main
# with:
# python-version: "3.10"
# poetry-extras: "-E mark"
py310:
uses: N3PDF/workflows/.github/workflows/python-poetry-tests.yml@main
with:
python-version: "3.10"
poetry-extras: "-E mark"

0 comments on commit 72b3a34

Please sign in to comment.