Skip to content

Install conda package from workspace #803

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

Merged
merged 2 commits into from
May 29, 2020

Conversation

mthrok
Copy link
Contributor

@mthrok mthrok commented May 28, 2020

When running smoke test, proper way to install conda package is to install from workspace, instead of installing from archive. conda/conda#1884 Otherwise the dependencies are not properly installed https://app.circleci.com/pipelines/github/pytorch/text/340/workflows/1a453eb2-4480-4f49-babf-34e5230697f2/jobs/4401/steps .

For this, we pass the whole conda-bld directory from conda package build job to upload job then smoke test job.

@mthrok mthrok marked this pull request as ready for review May 28, 2020 22:06
@mthrok mthrok requested a review from seemethere May 28, 2020 22:06
@mthrok mthrok merged commit 6312994 into pytorch:master May 29, 2020
@mthrok mthrok deleted the fix-conda-smoke-test branch May 29, 2020 00:56
@mthrok
Copy link
Contributor Author

mthrok commented May 29, 2020

Thanks!

@mthrok mthrok mentioned this pull request May 29, 2020
8 tasks
@mthrok
Copy link
Contributor Author

mthrok commented May 29, 2020

mthrok added a commit to mthrok/audio that referenced this pull request Aug 14, 2020
When running smoke test, proper way to install conda package is to
install from workspace, instead of installing from archive.
Otherwise the dependencies are not properly installed

conda/conda#1884

For this, we pass the whole `conda-bld` directory from
conda package build job to upload job then smoke test job.

`torchaudio` does not have a mandatory third-party python package dependency,
so this was not an issue.

See also pytorch/text#803
mthrok added a commit to mthrok/audio that referenced this pull request Aug 19, 2020
When running smoke test, proper way to install conda package is to
install from workspace, instead of installing from archive.
Otherwise the dependencies are not properly installed

conda/conda#1884

For this, we pass the whole `conda-bld` directory from
conda package build job to upload job then smoke test job.

`torchaudio` does not have a mandatory third-party python package dependency,
so this was not an issue.

See also pytorch/text#803
mthrok added a commit to pytorch/audio that referenced this pull request Aug 28, 2020
When running smoke test, proper way to install conda package is to
install from workspace, instead of installing from archive.
Otherwise the dependencies are not properly installed

conda/conda#1884

For this, we pass the whole `conda-bld` directory from
conda package build job to upload job then smoke test job.

`torchaudio` does not have a mandatory third-party python package dependency,
so this was not an issue.

See also pytorch/text#803
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