Skip to content

Commit

Permalink
Merge pull request #55 from zfit/dependabot/github_actions/actions/se…
Browse files Browse the repository at this point in the history
…tup-python-4.7.0
  • Loading branch information
jonas-eschle authored Aug 1, 2023
2 parents 5bb3ede + 65f33db commit 64058ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4.6.1
- uses: actions/setup-python@v4.7.0

- name: Build SDist and wheel
run: pipx run --spec build pyproject-build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: JIT compiled tests for Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4.6.1
- uses: actions/setup-python@v4.7.0
name: Set up Python ${{ matrix.python-version }}

with:
Expand All @@ -56,7 +56,7 @@ jobs:
name: Eager mode tests for Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4.6.1
- uses: actions/setup-python@v4.7.0
name: Set up Python ${{ matrix.python-version }}

with:
Expand Down

0 comments on commit 64058ca

Please sign in to comment.