Skip to content

Remove PYTHONPATH variable from cudf tests - #368

Merged
ajschmidt8 merged 1 commit into
rapidsai:branch-21.10from
ajschmidt8:update-cudf-tests
Oct 1, 2021
Merged

Remove PYTHONPATH variable from cudf tests#368
ajschmidt8 merged 1 commit into
rapidsai:branch-21.10from
ajschmidt8:update-cudf-tests

Conversation

@ajschmidt8

Copy link
Copy Markdown
Member

This PR removes the PYTHONPATH variable from the cudf test script that runs in our devel containers.

The current value of this environment variable implies that cudf (and associated libraries) are installed in-place (i.e. in the source repo itself). However, our current cudf installation steps do not perform an in-place installation (as is evident by the missing -n flag in our install steps here). Instead, cudf is installed into the conda environment which causes most of our tests to fail.

In the future, we should update all of the libraries in our devel containers to perform an in-place install and add any necessary PYTHONPATH values to the Docker container itself.

@ajschmidt8
ajschmidt8 requested a review from a team as a code owner October 1, 2021 15:31

@msadang msadang left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM.

@ajschmidt8
ajschmidt8 merged commit ff2ce6c into rapidsai:branch-21.10 Oct 1, 2021
@ajschmidt8
ajschmidt8 deleted the update-cudf-tests branch October 1, 2021 15:38
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.

3 participants