Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Apply suggestions from code review
Browse files Browse the repository at this point in the history
feanil committed May 9, 2024
1 parent 5c801a3 commit 1f94038
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
@@ -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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \

0 comments on commit 1f94038

Please sign in to comment.