Skip to content

Commit cd855f4

Browse files
committed
update workflow8
1 parent 28a251c commit cd855f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
pip install -r ./src/requirements.txt
3939
- name: Run Tests
4040
run: |
41-
python -m unittest discover -s ./src/tests/ -p 'test_*.py' | grep -v "test_import_raster.py"
41+
python -m unittest discover -s ./src/tests/ -p 'test_*.py'
4242
4343
4444
# ------- END Scripts PROCCESS -------- #

0 commit comments

Comments
 (0)