From de9e6d06925b7083dfbe9978abf4ed81130d3e4a Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Thu, 9 May 2024 10:05:39 -0400 Subject: [PATCH] docs: Apply suggestions from code review --- .github/workflows/ci.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21dc57bfe0..9fc84af3fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: echo "PYTHON_VERSION=$FORMATTED_VERSION" >> $GITHUB_ENV # Output formatted version for use in subsequent steps - echo "Using Python Version: $PYTHON_VERSION" + echo "Using Python Version: $FORMATTED_VERSION" - run: make ci_up - name: run tests diff --git a/Dockerfile b/Dockerfile index dd2f0c89c6..f52fcdf996 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN apt-get update && \ python${PYTHON_VERSION}-distutils \ libmysqlclient-dev \ libssl-dev \ - # Current version of Pillow (9.5.0) doesn't provide pre-built wheel for python 3.12, + # TODO: Current version of Pillow (9.5.0) doesn't provide pre-built wheel for python 3.12, # So this apt package is needed for building Pillow on 3.12, # and can be removed when version of Pillow is upgraded to 10.5.0+ libjpeg-dev \