Skip to content

Commit

Permalink
Merge pull request #1027 from sys-bio/drop-ncurses
Browse files Browse the repository at this point in the history
Drop ncurses
  • Loading branch information
luciansmith authored Jun 29, 2022
2 parents 6a429cf + 1fbd18f commit 1219b49
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@ stages:
$(CondaExecutable) create --quiet --yes --name $(PythonName) python=$(PythonVersion)
displayName: InstallCondaEnv
- script: |
brew install ncurses
displayName: install ncurses
- script: |
$(PipExecutable) install requests
$(PythonExecutable) ./.azurepipelines/getLLVM.py $(LLVM_DOWNLOAD_LINK) $(LLVM_INSTALL_PREFIX)
Expand Down Expand Up @@ -258,8 +254,6 @@ stages:
- script: |
mkdir $(DEPS_INSTALL_PREFIX)
displayName: Make Directories
- script: brew install ncurses
displayName: install ncurses
- script: |
$(PipExecutable) install requests
$(PythonExecutable) ./.azurepipelines/getLLVM.py $(LLVM_DOWNLOAD_LINK) $(LLVM_INSTALL_PREFIX)
Expand Down Expand Up @@ -623,11 +617,12 @@ stages:
echo "pip install requests:"
$(PipExecutable) install requests
$(PipExecutable) install numpy
displayName: "Setup conda"
- script: |
$(PythonExecutable) ./.azurepipelines/getLLVM.py $(LLVM_DOWNLOAD_LINK) $(LLVM_INSTALL_PREFIX)
displayName: "Get LLVM and NumPy"
displayName: "Get LLVM"
condition: ne(variables.LLVM_CACHE, 'true')
- task: DownloadPipelineArtifact@2
Expand Down

0 comments on commit 1219b49

Please sign in to comment.