From 05bb7bf524797a2cd790fcd20ec43470714dccda Mon Sep 17 00:00:00 2001 From: Dennis Burke Date: Mon, 5 Aug 2024 14:30:29 -0400 Subject: [PATCH] maybe this is the right way to reference matrix values??? --- .github/workflows/lint_and_test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/lint_and_test.yml b/.github/workflows/lint_and_test.yml index f4795b2..047e6d8 100644 --- a/.github/workflows/lint_and_test.yml +++ b/.github/workflows/lint_and_test.yml @@ -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