Skip to content

Commit

Permalink
maybe this is the right way to reference matrix values???
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirudennis committed Aug 5, 2024
1 parent 05e3bca commit 05bb7bf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
pip install -U pytest pytest-cov coverage codecov
if [[ $INPUT_IMAGE_SIZE == true ]] ; then imagesize='[imagesize]' ; fi
pip install -e ".${imagesize}"
echo "image_size: ${image_size}"
echo "INPUT_IMAGE_SIZE: ${INPUT_IMAGE_SIZE}"
echo "imagesize: ${imagesize}"
echo "image_size: ${{ matrix.image_size }}"
- name: run tests
run: |
pytest
Expand Down

0 comments on commit 05bb7bf

Please sign in to comment.