Skip to content

Commit 83318aa

Browse files
authored
chore: pin poetry in github actions (#3171)
1 parent 72ad1d5 commit 83318aa

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/test_deploy.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
6565
run: |
6666
python -m pip install --upgrade pip
67-
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
67+
python -m pip install coveralls poetry==1.1.15 wheel twine poetry-dynamic-versioning==0.17.1
6868
poetry-dynamic-versioning
6969
make download-templates
7070
python -m pip install .[all]
@@ -113,7 +113,7 @@ jobs:
113113
if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
114114
run: |
115115
python -m pip install --upgrade pip
116-
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
116+
python -m pip install coveralls poetry==1.1.15 wheel twine poetry-dynamic-versioning==0.17.1
117117
poetry-dynamic-versioning
118118
make download-templates
119119
python -m pip install .[all]
@@ -152,7 +152,7 @@ jobs:
152152
if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
153153
run: |
154154
python -m pip install --upgrade pip
155-
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
155+
python -m pip install coveralls poetry==1.1.15 wheel twine poetry-dynamic-versioning==0.17.1
156156
poetry-dynamic-versioning
157157
make download-templates
158158
python -m pip install .[all]
@@ -192,7 +192,7 @@ jobs:
192192
if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
193193
run: |
194194
python -m pip install --upgrade pip
195-
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
195+
python -m pip install coveralls poetry==1.1.15 wheel twine poetry-dynamic-versioning==0.17.1
196196
poetry-dynamic-versioning
197197
make download-templates
198198
pip install .[all]
@@ -238,7 +238,7 @@ jobs:
238238
if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
239239
run: |
240240
python -m pip install --upgrade pip
241-
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
241+
python -m pip install coveralls poetry==1.1.15 wheel twine poetry-dynamic-versioning==0.17.1
242242
poetry-dynamic-versioning
243243
make download-templates
244244
python -m pip install .[all]
@@ -306,7 +306,7 @@ jobs:
306306
if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
307307
run: |
308308
python -m pip install --upgrade pip
309-
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
309+
python -m pip install coveralls poetry==1.1.15 wheel twine poetry-dynamic-versioning==0.17.1
310310
poetry-dynamic-versioning
311311
make download-templates
312312
python -m pip install .[all]
@@ -380,7 +380,7 @@ jobs:
380380
if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
381381
run: |
382382
python -m pip install --upgrade pip
383-
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
383+
python -m pip install coveralls poetry==1.1.15 wheel twine poetry-dynamic-versioning==0.17.1
384384
poetry-dynamic-versioning
385385
make download-templates
386386
python -m pip install .[all]
@@ -454,7 +454,7 @@ jobs:
454454
if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
455455
run: |
456456
python -m pip install --upgrade pip
457-
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
457+
python -m pip install coveralls poetry==1.1.15 wheel twine poetry-dynamic-versioning==0.17.1
458458
poetry-dynamic-versioning
459459
make download-templates
460460
python -m pip install .[all]
@@ -678,7 +678,7 @@ jobs:
678678
if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
679679
run: |
680680
python -m pip install --upgrade pip
681-
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
681+
python -m pip install coveralls poetry==1.1.15 wheel twine poetry-dynamic-versioning==0.17.1
682682
poetry-dynamic-versioning
683683
make download-templates
684684
python -m pip install .[all]
@@ -769,7 +769,7 @@ jobs:
769769
if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
770770
run: |
771771
python -m pip install --upgrade pip
772-
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
772+
python -m pip install coveralls poetry==1.1.15 wheel twine poetry-dynamic-versioning==0.17.1
773773
poetry-dynamic-versioning
774774
make download-templates
775775
python -m pip install .[all]
@@ -897,7 +897,7 @@ jobs:
897897
- name: Install dependencies
898898
run: |
899899
python -m pip install --upgrade pip
900-
python -m pip install poetry poetry-dynamic-versioning==0.17.1 poetry-lock-package twine
900+
python -m pip install poetry==1.1.15 poetry-dynamic-versioning==0.17.1 poetry-lock-package twine
901901
python -m pip install .[all]
902902
git config --global --add user.name "Renku Bot"
903903
git config --global --add user.email "[email protected]"

0 commit comments

Comments
 (0)