Skip to content

Commit 8455c55

Browse files
committed
Fix CI for Python 3.6
1 parent eb15470 commit 8455c55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
env:
4242
POETRY_VERSION: 1.1.13
4343
run: |
44-
pip install pip==22.0.3 setuptools==60.8.2
44+
pip install pip==21.3.1 setuptools==59.6.0
4545
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
4646
source $HOME/.poetry/env
4747
poetry install --no-interaction -E pg -E mysql

0 commit comments

Comments
 (0)