Skip to content

Commit

Permalink
Locked Poetry version to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rdsharma26 committed Apr 10, 2024
1 parent f56a9eb commit b65de04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
SPARK_VERSION: ${{matrix.PYSPARK_VERSION}}
run: |
pip install --upgrade pip
pip install poetry
pip install poetry==1.7.1
poetry install
poetry add pyspark==$SPARK_VERSION
poetry run python -m pytest -s tests
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN rm /usr/bin/python3 && ln -s /usr/bin/python3.8 /usr/bin/python3
RUN python3 --version
RUN pip3 --version
RUN java -version
RUN pip install poetry
RUN pip install poetry==1.7.1

COPY . /python-deequ
WORKDIR python-deequ
Expand Down

0 comments on commit b65de04

Please sign in to comment.