Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Apr 28, 2024
1 parent 8af2dc7 commit 982ced9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,8 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'push' && ! startsWith(github.event.ref, 'refs/tags') && ! startsWith(github.event.ref, 'refs/heads/release')
needs:
- build_binpy_wheels
- build_and_test_sdist
- build_binpy_wheels
steps:
- name: Checkout source
uses: actions/checkout@v4.1.1
Expand Down Expand Up @@ -479,8 +479,8 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'push' && (startsWith(github.event.ref, 'refs/tags') || startsWith(github.event.ref, 'refs/heads/release'))
needs:
- build_binpy_wheels
- build_and_test_sdist
- build_binpy_wheels
steps:
- name: Checkout source
uses: actions/checkout@v4.1.1
Expand Down
3 changes: 2 additions & 1 deletion run_tests.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ def main():
try:
_idx = temp_path.index(_resolved_repo_dir)
except IndexError:
...
print('[run_tests] Confirmed repo dir is not in sys.path')
else:
print(f'[run_tests] Removing _resolved_repo_dir={_resolved_repo_dir} from search path')
del temp_path[_idx]
if is_cibuildwheel():
Expand Down

0 comments on commit 982ced9

Please sign in to comment.