Skip to content

Commit

Permalink
build: Use latest Poetry
Browse files Browse the repository at this point in the history
1.5.0 has fixed <python-poetry/poetry#7589>.
  • Loading branch information
l0b0 committed May 28, 2023
1 parent 013e0c7 commit 83db98f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,9 @@ jobs:
python-version: ${{ matrix.python }}

- name: Install Conda environment packages
run: conda install --channel=conda-forge --quiet --yes gdal=${{
env.GDAL_VERSION }} poetry=1.3.2 # Workaround for https://github.com/python-poetry/poetry/issues/7589
run:
conda install --channel=conda-forge --quiet --yes gdal=${{
env.GDAL_VERSION }} poetry

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

0 comments on commit 83db98f

Please sign in to comment.