Skip to content

Commit 3ede1d2

Browse files
committed
./
1 parent 2b8d13e commit 3ede1d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hiperseis_main_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
eval "$(conda shell.bash hook)"
4343
conda init
4444
conda activate hiperseis
45-
coverage run -m pytest tests/test_seismic/test_stream_processing.py
45+
coverage run -m pytest ./tests/test_seismic/test_stream_processing.py
4646
coverage xml
4747
- name: Upload coverage reports to Codecov
4848
uses: codecov/codecov-action@main

0 commit comments

Comments
 (0)