Skip to content

Commit

Permalink
Remove explicit TBB installation step on windows Azure builds.
Browse files Browse the repository at this point in the history
As title. This is covered by the "setup_conda_environment.cmd"
script.
  • Loading branch information
stuartarchibald committed Oct 4, 2022
1 parent d3f87d3 commit d13f8cb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions buildscripts/azure/azure-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ jobs:
buildscripts\\incremental\\setup_conda_environment.cmd
displayName: 'Before Install'
- script: |
# use TBB
call activate %CONDA_ENV%
conda install -y -c numba tbb=2021 tbb-devel
displayName: 'Add in TBB'
- script: |
buildscripts\\incremental\\build.cmd
displayName: 'Build'
Expand Down

0 comments on commit d13f8cb

Please sign in to comment.