Skip to content

Commit 239ef76

Browse files
authored
fix(ci): pin poetry-dynamic-versioning to 0.17.1 (#2920)
1 parent 62a983e commit 239ef76

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.github/workflows/test_deploy.yml

Lines changed: 15 additions & 15 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
67+
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
6868
poetry-dynamic-versioning
6969
make download-templates
7070
python -m pip install .[all]
@@ -106,7 +106,7 @@ jobs:
106106
if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
107107
run: |
108108
python -m pip install --upgrade pip
109-
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
109+
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
110110
poetry-dynamic-versioning
111111
make download-templates
112112
python -m pip install .[all]
@@ -145,7 +145,7 @@ jobs:
145145
if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
146146
run: |
147147
python -m pip install --upgrade pip
148-
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
148+
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
149149
poetry-dynamic-versioning
150150
make download-templates
151151
python -m pip install .[all]
@@ -190,7 +190,7 @@ jobs:
190190
if: steps.cache.outputs.cache-hit != 'true'
191191
run: |
192192
python -m pip install --upgrade pip
193-
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
193+
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
194194
poetry-dynamic-versioning
195195
python -m pip install .[all]
196196
- name: Install renku into cache
@@ -250,7 +250,7 @@ jobs:
250250
if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
251251
run: |
252252
python -m pip install --upgrade pip
253-
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
253+
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
254254
poetry-dynamic-versioning
255255
make download-templates
256256
pip install .[all]
@@ -296,7 +296,7 @@ jobs:
296296
if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
297297
run: |
298298
python -m pip install --upgrade pip
299-
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
299+
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
300300
poetry-dynamic-versioning
301301
make download-templates
302302
python -m pip install .[all]
@@ -354,7 +354,7 @@ jobs:
354354
if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
355355
run: |
356356
python -m pip install --upgrade pip
357-
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
357+
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
358358
poetry-dynamic-versioning
359359
make download-templates
360360
python -m pip install .[all]
@@ -418,7 +418,7 @@ jobs:
418418
if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
419419
run: |
420420
python -m pip install --upgrade pip
421-
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
421+
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
422422
poetry-dynamic-versioning
423423
make download-templates
424424
python -m pip install .[all]
@@ -482,7 +482,7 @@ jobs:
482482
if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
483483
run: |
484484
python -m pip install --upgrade pip
485-
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
485+
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
486486
poetry-dynamic-versioning
487487
make download-templates
488488
python -m pip install .[all]
@@ -532,7 +532,7 @@ jobs:
532532
curl -L https://raw.githubusercontent.com/Homebrew/homebrew-core/43842898fd3ff43273466052722f5ba2789196cb/Formula/git-lfs.rb > git-lfs.rb && brew install git-lfs.rb && rm git-lfs.rb
533533
brew install shellcheck node || brew link --overwrite node
534534
python -m pip install --upgrade pip
535-
python -m pip install wheel poetry-dynamic-versioning
535+
python -m pip install wheel poetry-dynamic-versioning==0.17.1
536536
poetry-dynamic-versioning
537537
make download-templates
538538
python -m pip install .[all]
@@ -568,7 +568,7 @@ jobs:
568568
curl -L https://raw.githubusercontent.com/Homebrew/homebrew-core/43842898fd3ff43273466052722f5ba2789196cb/Formula/git-lfs.rb > git-lfs.rb && brew install git-lfs.rb && rm git-lfs.rb
569569
brew install shellcheck node || brew link --overwrite node
570570
python -m pip install --upgrade pip
571-
python -m pip install wheel poetry-dynamic-versioning
571+
python -m pip install wheel poetry-dynamic-versioning==0.17.1
572572
poetry-dynamic-versioning
573573
make download-templates
574574
python -m pip install .[all]
@@ -611,7 +611,7 @@ jobs:
611611
curl -L https://raw.githubusercontent.com/Homebrew/homebrew-core/43842898fd3ff43273466052722f5ba2789196cb/Formula/git-lfs.rb > git-lfs.rb && brew install git-lfs.rb && rm git-lfs.rb
612612
brew install shellcheck node || brew link --overwrite node
613613
python -m pip install --upgrade pip
614-
python -m pip install wheel poetry-dynamic-versioning
614+
python -m pip install wheel poetry-dynamic-versioning==0.17.1
615615
make download-templates
616616
poetry-dynamic-versioning
617617
python -m pip install .[all]
@@ -696,7 +696,7 @@ jobs:
696696
if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
697697
run: |
698698
python -m pip install --upgrade pip
699-
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
699+
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
700700
poetry-dynamic-versioning
701701
make download-templates
702702
python -m pip install .[all]
@@ -775,7 +775,7 @@ jobs:
775775
if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
776776
run: |
777777
python -m pip install --upgrade pip
778-
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
778+
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
779779
poetry-dynamic-versioning
780780
make download-templates
781781
python -m pip install .[all]
@@ -890,7 +890,7 @@ jobs:
890890
- name: Install dependencies
891891
run: |
892892
python -m pip install --upgrade pip
893-
python -m pip install poetry poetry-dynamic-versioning poetry-lock-package twine
893+
python -m pip install poetry poetry-dynamic-versioning==0.17.1 poetry-lock-package twine
894894
python -m pip install .[all]
895895
git config --global --add user.name "Renku Bot"
896896
git config --global --add user.email "[email protected]"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY pyproject.toml poetry.lock README.rst CHANGES.rst Makefile /code/renku/
1515
WORKDIR /code/renku
1616
RUN poetry export --without-hashes -f requirements.txt --output /tmp/requirements.txt && \
1717
pip install -r /tmp/requirements.txt && \
18-
pip install poetry-dynamic-versioning
18+
pip install poetry-dynamic-versioning==0.17.1
1919

2020
COPY .git /code/renku/.git
2121
COPY renku /code/renku/renku

0 commit comments

Comments
 (0)