Skip to content

Commit eda1cf2

Browse files
committed
Removed duplicate command
1 parent d450d1f commit eda1cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
shell: bash -l {0}
5454

5555
run: |
56-
pytest -v --cov=blues --cov-report=xml --color=yes blues/tests/test_propane.py blues/tests/test_randomrotation.py blues/tests/test_randomrotation.py blues/tests/test_watertranslation.py
56+
pytest -v --cov=blues --cov-report=xml --color=yes blues/tests/test_propane.py blues/tests/test_randomrotation.py blues/tests/test_watertranslation.py
5757
5858
- name: CodeCov
5959
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)