Skip to content

Commit

Permalink
Bump GHA retry for wheel builds
Browse files Browse the repository at this point in the history
Credits to @rtabbara for finding this
  • Loading branch information
njroussel committed Aug 28, 2023
1 parent 37957fd commit 44a531e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: Wandalen/wretry.action@v1.0.36
- uses: Wandalen/wretry.action@v1.2.0
with:
action: actions/checkout@v3
with: |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

this_directory = os.path.abspath(os.path.dirname(__file__))

with open(os.path.join("include/drjit/fwd.h")) as f:
with open(os.path.join(this_directory, "include/drjit/fwd.h")) as f:
matches = dict(VERSION_REGEX.findall(f.read()))
drjit_version = "{MAJOR}.{MINOR}.{PATCH}".format(**matches)

Expand Down

0 comments on commit 44a531e

Please sign in to comment.