mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 03:58:32 +02:00
disable pip version check (it keeps spamming the pipeline)
This commit is contained in:
parent
2825be55df
commit
b28f52f3aa
1 changed files with 2 additions and 2 deletions
4
.github/workflows/testing.yaml
vendored
4
.github/workflows/testing.yaml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
||||||
if: ${{ matrix.python-version != '3.10-dev' }}
|
if: ${{ matrix.python-version != '3.10-dev' }}
|
||||||
run: |
|
run: |
|
||||||
echo '::group::poetry'
|
echo '::group::poetry'
|
||||||
pip install poetry
|
pip --disable-pip-version-check install poetry
|
||||||
poetry config --local virtualenvs.in-project true
|
poetry config --local virtualenvs.in-project true
|
||||||
echo '::endgroup::'
|
echo '::endgroup::'
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ jobs:
|
||||||
if: ${{ matrix.python-version == '3.10-dev' }}
|
if: ${{ matrix.python-version == '3.10-dev' }}
|
||||||
run: |
|
run: |
|
||||||
echo '::group::poetry'
|
echo '::group::poetry'
|
||||||
pip install poetry==1.2.0a2
|
pip --disable-pip-version-check install poetry==1.2.0a2
|
||||||
poetry config --local virtualenvs.in-project true
|
poetry config --local virtualenvs.in-project true
|
||||||
echo '::endgroup::'
|
echo '::endgroup::'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue