We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a251c commit cd855f4Copy full SHA for cd855f4
.github/workflows/test_pipeline.yml
@@ -38,7 +38,7 @@ jobs:
38
pip install -r ./src/requirements.txt
39
- name: Run Tests
40
run: |
41
- python -m unittest discover -s ./src/tests/ -p 'test_*.py' | grep -v "test_import_raster.py"
+ python -m unittest discover -s ./src/tests/ -p 'test_*.py'
42
43
44
# ------- END Scripts PROCCESS -------- #
0 commit comments