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 Jun 22, 2023
1 parent 02c9d45 commit e15a407
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 e15a407

Please sign in to comment.