Skip to content

Commit

Permalink
Install nose via conda instead of via pip.
Browse files Browse the repository at this point in the history
  • Loading branch information
desilinguist committed Mar 9, 2022
1 parent e86e100 commit 634b176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
displayName: "Update conda"
- script: |
conda create --name rsmenv --yes --quiet -c conda-forge -c ets python=%PYTHON_VERSION%
conda create --name rsmenv --yes --quiet -c conda-forge -c ets python=%PYTHON_VERSION% nose parameterized
conda init cmd.exe
CALL activate rsmenv
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple rsmtool==%RSMVERSION% nose parameterized
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple rsmtool==%RSMVERSION%
pip uninstall --yes pywin32
conda install -c conda-forge --yes pywin32
displayName: 'Install TestPyPI package for RSMTool'
Expand Down

0 comments on commit 634b176

Please sign in to comment.