Skip to content

Commit

Permalink
Fixed typo and update poetry 1.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Toomore Chiang <toomore0929@gmail.com>
  • Loading branch information
toomore committed Sep 20, 2022
1 parent 4e6699e commit 8e8e196
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install and configure Poetry
uses: snok/install-poetry@v1
with:
version: 1.2.0
version: 1.2.1
virtualenvs-create: true
virtualenvs-in-project: false
installer-parallel: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install and configure Poetry
uses: snok/install-poetry@v1
with:
version: 1.2.0
version: 1.2.1
virtualenvs-create: true
virtualenvs-in-project: false
installer-parallel: true
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ RUN \
cd ../ && rm -rf ./jemalloc* && \
curl -sSL https://install.python-poetry.org | python3 - && \
poetry install --no-dev && \
RUN apk del .build-deps && \
apk del .build-deps && \
rm -rf /var/cache/apk/* /var/lib/apk/* /etc/apk/cache/*
2 changes: 1 addition & 1 deletion Dockerfile-base-dev
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ RUN \
cd ../ && rm -rf ./jemalloc* && \
curl -sSL https://install.python-poetry.org | python3 - && \
poetry install && \
RUN apk del .build-deps && \
apk del .build-deps && \
rm -rf /var/cache/apk/* /var/lib/apk/* /etc/apk/cache/*

0 comments on commit 8e8e196

Please sign in to comment.