Skip to content

Commit

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

0 comments on commit f930788

Please sign in to comment.