Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#475: Investigate failing PyPi package (v1.0.1) #476

Merged
merged 2 commits into from
Nov 8, 2023

Conversation

cwschilly
Copy link
Contributor

@cwschilly cwschilly commented Nov 8, 2023

Fixes #475

The issue was the use of absolute file paths; since the package directory structure is slightly different from the source code (no src dir), we should use relative paths whenever possible.

I also changed overwrite to False when lbaf is installed as a package, as discussed in the meeting.

@cwschilly cwschilly linked an issue Nov 8, 2023 that may be closed by this pull request
@cwschilly cwschilly marked this pull request as draft November 8, 2023 18:46
@cwschilly cwschilly self-assigned this Nov 8, 2023
@cwschilly cwschilly force-pushed the 475-investigate-failing-pypi-package-v101 branch from b7b714e to a882e56 Compare November 8, 2023 19:52
@cwschilly
Copy link
Contributor Author

The CI failure is unrelated to this PR; it is fixed by PR #478

@cwschilly cwschilly requested a review from ppebay November 8, 2023 19:53
@cwschilly cwschilly marked this pull request as ready for review November 8, 2023 19:53
@cwschilly cwschilly force-pushed the 475-investigate-failing-pypi-package-v101 branch from a882e56 to 4ae9406 Compare November 8, 2023 21:41
@cwschilly cwschilly merged commit d76f7f9 into develop Nov 8, 2023
9 checks passed
@cwschilly cwschilly deleted the 475-investigate-failing-pypi-package-v101 branch November 8, 2023 21:58
github-actions bot pushed a commit that referenced this pull request Nov 8, 2023
* #475: use relative path for imported dir, remove overwrite from package

* #475: fix other case of absolute file path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate failing PyPi package (v1.0.1)
2 participants