Skip to content

Commit

Permalink
build: Install Poetry with pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 committed May 16, 2024
1 parent 910f5d2 commit 5995f71
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,13 @@ jobs:
channels: conda-forge
python-version: ${{ matrix.python }}

- name: Install Conda environment packages
- name: Install GDAL
run:
conda install --channel=conda-forge --quiet --yes gdal=${{
env.GDAL_VERSION }} poetry=1.7.1
env.GDAL_VERSION }}

- name: Install Poetry
run: pipx install poetry==1.7.1

- name: Install Python packages on non-Windows runner
run: poetry install --only=main --no-root
Expand Down

0 comments on commit 5995f71

Please sign in to comment.