We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb15470 commit 8455c55Copy full SHA for 8455c55
1 file changed
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
env:
42
POETRY_VERSION: 1.1.13
43
run: |
44
- pip install pip==22.0.3 setuptools==60.8.2
+ pip install pip==21.3.1 setuptools==59.6.0
45
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
46
source $HOME/.poetry/env
47
poetry install --no-interaction -E pg -E mysql
0 commit comments