File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 uses : actions/setup-python@v2
2121
2222 - name : virtualenv cache
23- uses : syphar/restore-virtualenv@v1
23+ uses : syphar/restore-virtualenv@v1.2
2424 id : cache-virtualenv
2525
2626 - name : pip cache
3030 - name : Install Python dependencies
3131 if : steps.cache-virtualenv.outputs.cache-hit != 'true'
3232 env :
33- POETRY_VERSION : 1.1.4
33+ POETRY_VERSION : 1.1.13
3434 run : |
35- pip install pip==20.3.1 setuptools==50.3 .2
35+ pip install pip==22.0.3 setuptools==60.8 .2
3636 curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
3737 source $HOME/.poetry/env
3838 poetry install --no-interaction -E pg -E mysql
5454 uses : actions/setup-python@v2
5555
5656 - name : virtualenv cache
57- uses : syphar/restore-virtualenv@v1
57+ uses : syphar/restore-virtualenv@v1.2
5858
5959 - name : Download latest translations
6060 if : matrix.language != 'en'
@@ -119,7 +119,7 @@ jobs:
119119 PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
120120 POETRY_VERSION : 1.1.4
121121 run : |
122- pip install pip==20.3.1 setuptools==50.3 .2
122+ pip install pip==22.0.3 setuptools==60.8 .2
123123 curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
124124 source $HOME/.poetry/env
125125 poetry build
You can’t perform that action at this time.
0 commit comments