Skip to content

Commit

Permalink
Merge 72cabfa into 9f644da
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 11, 2022
2 parents 9f644da + 72cabfa commit b85dba6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4

- name: Build SDist and wheel
run: pipx run --spec build pyproject-build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# ZFIT_DO_JIT: ${{ matrix.use-graph }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
name: Set up Python ${{ matrix.python-version }}
with:
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
name: Testbuild docs
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
name: Set up Python ${{ matrix.python-version }}
with:
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
ZFIT_DO_JIT: ${{ matrix.use-graph }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
name: Set up Python ${{ matrix.python-version }}

with:
Expand Down

0 comments on commit b85dba6

Please sign in to comment.