Skip to content

Commit

Permalink
Restrict poetry version to one that works on python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rkhwaja committed Sep 29, 2023
1 parent c528cc3 commit f6606f2
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 @@ -50,7 +50,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Dependencies
run: |
curl -sSL https://install.python-poetry.org | python -
curl -sSL https://install.python-poetry.org | python - --version 1.5.1
poetry config virtualenvs.create false
poetry install
- name: Lint
Expand Down

0 comments on commit f6606f2

Please sign in to comment.