Skip to content

Commit

Permalink
Use GitHub action to install poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
rkhwaja committed May 13, 2024
1 parent da2cc84 commit a985a4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install poetry
uses: abatilo/actions-poetry@v3
- name: Dependencies
run: |
curl -sSL https://install.python-poetry.org | python -
poetry config virtualenvs.create false
poetry install
- name: Lint
Expand Down

0 comments on commit a985a4d

Please sign in to comment.