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

Disable tests on publish and bump version #477

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

dvadym
Copy link
Collaborator

@dvadym dvadym commented Oct 18, 2023

The current tests in publish should test the newly built wheel, but actually they run from src/ folder.

Tests now fail because:
Before: on the running tests, src/pydp/_pydp.so is used.
Now: In the new build with cibuildwheel, the build happens in Docker, so src/pydp/_pydp.so is not present

Anyway the tests don't test wheel, which they should test, let's for now disable them, to release a new RC candidate version and then let's fix later.

@dvadym dvadym requested a review from chinmayshah99 October 18, 2023 11:10
@@ -177,11 +179,6 @@ jobs:
run: |
Get-ChildItem -Path ./ -Filter "*.whl" -Recurse -File | foreach {poetry run twine check $_.FullName}

- name: Renaming wheel
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to rename, it's already has a correct name with _manylinux

@chinmayshah99 chinmayshah99 merged commit a840a97 into OpenMined:dev Oct 18, 2023
11 of 16 checks passed
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.

2 participants