Skip to content

Commit

Permalink
COMP: Add lxml to macOS CI environment
Browse files Browse the repository at this point in the history
To address recent failures:

  Traceback (most recent call last):
    File "/usr/local/lib/python3.8/site-packages/anyci/ctest_junit_formatter.py", line 4, in <module>
      from lxml import etree
  ModuleNotFoundError: No module named 'lxml'
  • Loading branch information
thewtex committed Jul 30, 2020
1 parent a1e778b commit 1919eaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Testing/ContinuousIntegration/AzurePipelinesMacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
sudo python3 -m pip install ninja
sudo python3 -m pip install --upgrade setuptools
sudo python3 -m pip install scikit-ci-addons
sudo python3 -m pip install lxml
displayName: Install dependencies
- bash: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
sudo pip3 install ninja numpy
sudo python3 -m pip install --upgrade setuptools
sudo python3 -m pip install scikit-ci-addons
sudo python3 -m pip install lxml
displayName: 'Install dependencies'
- bash: |
Expand Down

0 comments on commit 1919eaa

Please sign in to comment.