|
64 | 64 | if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
|
65 | 65 | run: |
|
66 | 66 | 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 |
68 | 68 | poetry-dynamic-versioning
|
69 | 69 | make download-templates
|
70 | 70 | python -m pip install .[all]
|
@@ -106,7 +106,7 @@ jobs:
|
106 | 106 | if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
|
107 | 107 | run: |
|
108 | 108 | 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 |
110 | 110 | poetry-dynamic-versioning
|
111 | 111 | make download-templates
|
112 | 112 | python -m pip install .[all]
|
@@ -145,7 +145,7 @@ jobs:
|
145 | 145 | if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
|
146 | 146 | run: |
|
147 | 147 | 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 |
149 | 149 | poetry-dynamic-versioning
|
150 | 150 | make download-templates
|
151 | 151 | python -m pip install .[all]
|
@@ -190,7 +190,7 @@ jobs:
|
190 | 190 | if: steps.cache.outputs.cache-hit != 'true'
|
191 | 191 | run: |
|
192 | 192 | 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 |
194 | 194 | poetry-dynamic-versioning
|
195 | 195 | python -m pip install .[all]
|
196 | 196 | - name: Install renku into cache
|
@@ -250,7 +250,7 @@ jobs:
|
250 | 250 | if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
|
251 | 251 | run: |
|
252 | 252 | 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 |
254 | 254 | poetry-dynamic-versioning
|
255 | 255 | make download-templates
|
256 | 256 | pip install .[all]
|
@@ -296,7 +296,7 @@ jobs:
|
296 | 296 | if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
|
297 | 297 | run: |
|
298 | 298 | 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 |
300 | 300 | poetry-dynamic-versioning
|
301 | 301 | make download-templates
|
302 | 302 | python -m pip install .[all]
|
@@ -354,7 +354,7 @@ jobs:
|
354 | 354 | if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
|
355 | 355 | run: |
|
356 | 356 | 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 |
358 | 358 | poetry-dynamic-versioning
|
359 | 359 | make download-templates
|
360 | 360 | python -m pip install .[all]
|
@@ -418,7 +418,7 @@ jobs:
|
418 | 418 | if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
|
419 | 419 | run: |
|
420 | 420 | 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 |
422 | 422 | poetry-dynamic-versioning
|
423 | 423 | make download-templates
|
424 | 424 | python -m pip install .[all]
|
@@ -482,7 +482,7 @@ jobs:
|
482 | 482 | if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
|
483 | 483 | run: |
|
484 | 484 | 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 |
486 | 486 | poetry-dynamic-versioning
|
487 | 487 | make download-templates
|
488 | 488 | python -m pip install .[all]
|
@@ -532,7 +532,7 @@ jobs:
|
532 | 532 | 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
|
533 | 533 | brew install shellcheck node || brew link --overwrite node
|
534 | 534 | 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 |
536 | 536 | poetry-dynamic-versioning
|
537 | 537 | make download-templates
|
538 | 538 | python -m pip install .[all]
|
@@ -568,7 +568,7 @@ jobs:
|
568 | 568 | 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
|
569 | 569 | brew install shellcheck node || brew link --overwrite node
|
570 | 570 | 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 |
572 | 572 | poetry-dynamic-versioning
|
573 | 573 | make download-templates
|
574 | 574 | python -m pip install .[all]
|
@@ -611,7 +611,7 @@ jobs:
|
611 | 611 | 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
|
612 | 612 | brew install shellcheck node || brew link --overwrite node
|
613 | 613 | 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 |
615 | 615 | make download-templates
|
616 | 616 | poetry-dynamic-versioning
|
617 | 617 | python -m pip install .[all]
|
@@ -696,7 +696,7 @@ jobs:
|
696 | 696 | if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
|
697 | 697 | run: |
|
698 | 698 | 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 |
700 | 700 | poetry-dynamic-versioning
|
701 | 701 | make download-templates
|
702 | 702 | python -m pip install .[all]
|
@@ -775,7 +775,7 @@ jobs:
|
775 | 775 | if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
|
776 | 776 | run: |
|
777 | 777 | 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 |
779 | 779 | poetry-dynamic-versioning
|
780 | 780 | make download-templates
|
781 | 781 | python -m pip install .[all]
|
@@ -890,7 +890,7 @@ jobs:
|
890 | 890 | - name: Install dependencies
|
891 | 891 | run: |
|
892 | 892 | 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 |
894 | 894 | python -m pip install .[all]
|
895 | 895 | git config --global --add user.name "Renku Bot"
|
896 | 896 | git config --global --add user.email "[email protected]"
|
|
0 commit comments