Commit 8e8e196 1 parent 4e6699e commit 8e8e196 Copy full SHA for 8e8e196
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
- name : Install and configure Poetry
28
28
uses : snok/install-poetry@v1
29
29
with :
30
- version : 1.2.0
30
+ version : 1.2.1
31
31
virtualenvs-create : true
32
32
virtualenvs-in-project : false
33
33
installer-parallel : true
Original file line number Diff line number Diff line change 22
22
- name : Install and configure Poetry
23
23
uses : snok/install-poetry@v1
24
24
with :
25
- version : 1.2.0
25
+ version : 1.2.1
26
26
virtualenvs-create : true
27
27
virtualenvs-in-project : false
28
28
installer-parallel : true
Original file line number Diff line number Diff line change 13
13
cd ../ && rm -rf ./jemalloc* && \
14
14
curl -sSL https://install.python-poetry.org | python3 - && \
15
15
poetry install --no-dev && \
16
- RUN apk del .build-deps && \
16
+ apk del .build-deps && \
17
17
rm -rf /var/cache/apk/* /var/lib/apk/* /etc/apk/cache/*
Original file line number Diff line number Diff line change 13
13
cd ../ && rm -rf ./jemalloc* && \
14
14
curl -sSL https://install.python-poetry.org | python3 - && \
15
15
poetry install && \
16
- RUN apk del .build-deps && \
16
+ apk del .build-deps && \
17
17
rm -rf /var/cache/apk/* /var/lib/apk/* /etc/apk/cache/*
You can’t perform that action at this time.
0 commit comments