Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ci): pin poetry-dynamic-versioning to 0.17.1 #2920

Merged
merged 1 commit into from
May 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
30 changes: 15 additions & 15 deletions .github/workflows/test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
run: |
python -m pip install --upgrade pip
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
poetry-dynamic-versioning
make download-templates
python -m pip install .[all]
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
run: |
python -m pip install --upgrade pip
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
poetry-dynamic-versioning
make download-templates
python -m pip install .[all]
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
run: |
python -m pip install --upgrade pip
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
poetry-dynamic-versioning
make download-templates
python -m pip install .[all]
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: |
python -m pip install --upgrade pip
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
poetry-dynamic-versioning
python -m pip install .[all]
- name: Install renku into cache
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
run: |
python -m pip install --upgrade pip
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
poetry-dynamic-versioning
make download-templates
pip install .[all]
Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:
if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
run: |
python -m pip install --upgrade pip
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
poetry-dynamic-versioning
make download-templates
python -m pip install .[all]
Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:
if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
run: |
python -m pip install --upgrade pip
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
poetry-dynamic-versioning
make download-templates
python -m pip install .[all]
Expand Down Expand Up @@ -418,7 +418,7 @@ jobs:
if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
run: |
python -m pip install --upgrade pip
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
poetry-dynamic-versioning
make download-templates
python -m pip install .[all]
Expand Down Expand Up @@ -482,7 +482,7 @@ jobs:
if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
run: |
python -m pip install --upgrade pip
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
poetry-dynamic-versioning
make download-templates
python -m pip install .[all]
Expand Down Expand Up @@ -532,7 +532,7 @@ jobs:
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
brew install shellcheck node || brew link --overwrite node
python -m pip install --upgrade pip
python -m pip install wheel poetry-dynamic-versioning
python -m pip install wheel poetry-dynamic-versioning==0.17.1
poetry-dynamic-versioning
make download-templates
python -m pip install .[all]
Expand Down Expand Up @@ -568,7 +568,7 @@ jobs:
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
brew install shellcheck node || brew link --overwrite node
python -m pip install --upgrade pip
python -m pip install wheel poetry-dynamic-versioning
python -m pip install wheel poetry-dynamic-versioning==0.17.1
poetry-dynamic-versioning
make download-templates
python -m pip install .[all]
Expand Down Expand Up @@ -611,7 +611,7 @@ jobs:
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
brew install shellcheck node || brew link --overwrite node
python -m pip install --upgrade pip
python -m pip install wheel poetry-dynamic-versioning
python -m pip install wheel poetry-dynamic-versioning==0.17.1
make download-templates
poetry-dynamic-versioning
python -m pip install .[all]
Expand Down Expand Up @@ -696,7 +696,7 @@ jobs:
if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
run: |
python -m pip install --upgrade pip
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
poetry-dynamic-versioning
make download-templates
python -m pip install .[all]
Expand Down Expand Up @@ -775,7 +775,7 @@ jobs:
if: steps.dependency-cache.outputs.cache-hit != 'true' || 'refs/heads/master' == github.ref || 'refs/heads/develop' == github.ref || startsWith(github.ref, 'refs/tags/')
run: |
python -m pip install --upgrade pip
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning
python -m pip install coveralls poetry wheel twine poetry-dynamic-versioning==0.17.1
poetry-dynamic-versioning
make download-templates
python -m pip install .[all]
Expand Down Expand Up @@ -890,7 +890,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install poetry poetry-dynamic-versioning poetry-lock-package twine
python -m pip install poetry poetry-dynamic-versioning==0.17.1 poetry-lock-package twine
python -m pip install .[all]
git config --global --add user.name "Renku Bot"
git config --global --add user.email "renku@datascience.ch"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY pyproject.toml poetry.lock README.rst CHANGES.rst Makefile /code/renku/
WORKDIR /code/renku
RUN poetry export --without-hashes -f requirements.txt --output /tmp/requirements.txt && \
pip install -r /tmp/requirements.txt && \
pip install poetry-dynamic-versioning
pip install poetry-dynamic-versioning==0.17.1

COPY .git /code/renku/.git
COPY renku /code/renku/renku
Expand Down