File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -130,18 +130,20 @@ jobs:
130
130
fail-fast : true
131
131
matrix :
132
132
python-version : ["3.8", "3.9", "3.10", "3.11"]
133
+ poetry-version : ["1.5.1"]
133
134
runs-on : " ubuntu-20.04"
134
135
env :
135
136
PYTHON_VER : " ${{ matrix.python-version }}"
136
137
steps :
137
138
- name : " Check out repository code"
138
139
uses : " actions/checkout@v2"
139
140
- name : " Setup environment"
140
- uses : " networktocode/gh-action-setup-poetry-environment@v5 "
141
+ uses : " networktocode/gh-action-setup-poetry-environment@3ea5d3e "
141
142
env :
142
143
POETRY_VERSION : 1.5.1
143
144
with :
144
145
python-version : " ${{ matrix.python-version }}"
146
+ poetry-version : " ${{ matrix.poetry-version }}"
145
147
- name : " Install redis"
146
148
run : " sudo apt-get install -y redis"
147
149
- name : " Run poetry Install"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
8
8
&& rm -rf /var/lib/apt/lists/*
9
9
10
10
RUN pip install --upgrade pip \
11
- && pip install poetry
11
+ && pip install poetry==1.5.1
12
12
13
13
14
14
WORKDIR /local
You can’t perform that action at this time.
0 commit comments