Skip to content

Commit

Permalink
[ci] try installing to user directory instead
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Dec 12, 2024
1 parent 6fe41b0 commit 755f52b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ jobs:
- run: sudo apt-get update -y
- run: sudo apt-get install -y python3-pip openmpi-common libopenmpi-dev liblapack-dev libopenblas-dev libhdf5-dev

- run: sudo ln -s /usr/lib/python3/dist-packages/numpy/core/include/numpy/ /usr/include/numpy

- run: sudo python3 -m pip install -r pip-requirements.txt pytest-html coveralls pyyaml mpi4py pydocstyle pycodestyle flake8
- run: python3 -m pip install --user -r pip-requirements.txt pytest-html coveralls pyyaml mpi4py pydocstyle pycodestyle flake8

- run: mkdir -p test-reports

- run: sudo python3 -m pip install -e .
- run: python3 -m pip install --user -e .
- run: for i in examples/test*.py; do python3 $i --help; done

- run: coverage3 run --parallel-mode setup.py test
Expand Down

0 comments on commit 755f52b

Please sign in to comment.