diff --git a/.github/workflows/lint_and_test.yml b/.github/workflows/lint_and_test.yml index 44a7c91..e932372 100644 --- a/.github/workflows/lint_and_test.yml +++ b/.github/workflows/lint_and_test.yml @@ -24,6 +24,8 @@ jobs: pip install -U pytest pytest-cov coverage codecov if [[ $INPUT_IMAGE_SIZE == true ]] ; then imagesize='[imagesize]' ; fi pip install -e ".${imagesize}" + echo "INPUT_IMAGE_SIZE: ${INPUT_IMAGE_SIZE}" + echo "imagesize: ${imagesize}" - name: run tests run: | pytest