Skip to content

Commit

Permalink
Fix CI for Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fantix committed Feb 12, 2022
1 parent eb15470 commit 8455c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
env:
POETRY_VERSION: 1.1.13
run: |
pip install pip==22.0.3 setuptools==60.8.2
pip install pip==21.3.1 setuptools==59.6.0
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
source $HOME/.poetry/env
poetry install --no-interaction -E pg -E mysql
Expand Down

0 comments on commit 8455c55

Please sign in to comment.