Skip to content

Commit 3b717b0

Browse files
authored
Update unittests-openmpi.yml
1 parent 8dba40e commit 3b717b0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/unittests-openmpi.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ jobs:
2929
environment-file: .ci_support/environment-openmpi.yml
3030
- name: Setup
3131
shell: bash -l {0}
32-
run: |
33-
pip install --no-deps .
32+
run: pip install --no-deps .
3433
- name: Test
3534
shell: bash -l {0}
3635
timeout-minutes: 5
37-
run: coverage run --omit pylammpsmpi/_version.py -m unittest discover tests
36+
run: python -m unittest discover tests

0 commit comments

Comments
 (0)