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

Fix nightly CI #188

Merged
merged 1 commit into from
Jun 9, 2021
Merged

Fix nightly CI #188

merged 1 commit into from
Jun 9, 2021

Conversation

TomWildenhain-Microsoft
Copy link
Contributor

No description provided.

# install ORT dependencies
pip install onnxruntime
# replace with ort-nightly
pip uninstall onnxruntime
pip install --index-url https://test.pypi.org/simple/ ort-nightly
Copy link
Member

@wenbingl wenbingl Jun 9, 2021

Choose a reason for hiding this comment

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

with -U, then you don't need to uninstall the onnxruntime

@@ -70,15 +70,11 @@ jobs:
testRunTitle: 'Python $(python.version)'
condition: succeededOrFailed()

- job: 'win32_conda_CI_nightly'
- job: 'Win32'
Copy link
Member

Choose a reason for hiding this comment

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

why does it have to be short?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Makes it easier to view the whole name in the narrow Azure Pipelines side panel and see the Python version

@TomWildenhain-Microsoft TomWildenhain-Microsoft merged commit 1c1b213 into master Jun 9, 2021
@TomWildenhain-Microsoft TomWildenhain-Microsoft deleted the tom/nightly_ci branch June 9, 2021 21:08
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