Skip to content

Commit

Permalink
docs: Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil committed May 9, 2024
1 parent 8190e46 commit de9e6d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit de9e6d0

Please sign in to comment.