Skip to content

Commit

Permalink
CI: install poetry with pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
nygrenh committed Oct 6, 2023
1 parent 0c5d713 commit 8c95e3b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry==${{ matrix.poetry-version }}
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: poetry
cache-dependency-path: poetry.lock
- name: Install poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ matrix.poetry-version }}

- name: Install system dependencies
run: sudo apt-get install libgtk-3-dev
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down

0 comments on commit 8c95e3b

Please sign in to comment.