Skip to content

Commit

Permalink
add install-user option in circleci
Browse files Browse the repository at this point in the history
correct mistake in circleci

as expected, install-user also needed to install cocopp

install-user in do.py test-* as well
  • Loading branch information
paulduf committed Jan 19, 2022
1 parent 95cc0cf commit 3c6fb2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
command: ln -s /usr/bin/python3 /usr/bin/python
- run:
name: Install coco python
command: python3 do.py run-python
command: python3 do.py run-python install-user
- run:
name: Install coco post-processing
command: python3 do.py install-postprocessing
command: python3 do.py install-postprocessing install-user
- run:
name: Run the example experiment
command: |
Expand Down Expand Up @@ -83,11 +83,11 @@ jobs:
no_output_timeout: 1800
- run:
name: Run coco pre-processing tests
command: python3 do.py test-preprocessing
command: python3 do.py test-preprocessing install-user
no_output_timeout: 1800
- run:
name: Run coco post-processing tests
command: python3 do.py test-postprocessing
command: python3 do.py test-postprocessing install-user
no_output_timeout: 5400
- run:
name: Run coco C
Expand Down

0 comments on commit 3c6fb2a

Please sign in to comment.