Skip to content

Commit

Permalink
Update unittests-openmpi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Nov 6, 2023
1 parent 8dba40e commit 3b717b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/unittests-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ jobs:
environment-file: .ci_support/environment-openmpi.yml
- name: Setup
shell: bash -l {0}
run: |
pip install --no-deps .
run: pip install --no-deps .
- name: Test
shell: bash -l {0}
timeout-minutes: 5
run: coverage run --omit pylammpsmpi/_version.py -m unittest discover tests
run: python -m unittest discover tests

0 comments on commit 3b717b0

Please sign in to comment.