Skip to content

Commit

Permalink
test poetry downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Jan 8, 2025
1 parent e55c6b7 commit d0de684
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,14 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Install Poetry
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true
installer-parallel: true
version: 1.8.5

- name: Load cached venv
id: cached-poetry-dependencies
Expand Down

0 comments on commit d0de684

Please sign in to comment.