Skip to content

Commit

Permalink
debugging the value of imagesize
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirudennis committed Aug 5, 2024
1 parent 9951604 commit ba24249
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba24249

Please sign in to comment.