Skip to content

Commit

Permalink
changes from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 13, 2021
1 parent 21a98ca commit 3a3c845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .ci/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ else # Linux
jq \
libcurl4 \
libicu66 \
libomp-dev \
libssl1.1 \
libunwind8 \
locales \
Expand All @@ -58,7 +57,8 @@ else # Linux

sudo apt-get install -y --no-install-recommends \
cmake \
clang
clang \
libomp-dev
fi
if [[ $TASK == "mpi" ]]; then
sudo apt-get update
Expand Down
1 change: 0 additions & 1 deletion .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
gpu_source:
TASK: gpu
METHOD: source
PYTHON_VERSION: 3.6
steps:
- script: |
echo "##vso[task.setvariable variable=BUILD_DIRECTORY]$BUILD_SOURCESDIRECTORY"
Expand Down

0 comments on commit 3a3c845

Please sign in to comment.