Skip to content

Commit

Permalink
fix: Downgrade Poetry below 1.4
Browse files Browse the repository at this point in the history
Poetry 1.4.0 is broken on Windows
<python-poetry/poetry#7589>.
  • Loading branch information
l0b0 committed Mar 2, 2023
1 parent 8947882 commit 4484ba9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,8 @@ jobs:
python-version: ${{ matrix.python }}

- name: Install Conda environment packages
run:
conda install --channel=conda-forge --quiet --yes gdal=${{
env.GDAL_VERSION }} poetry
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

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

0 comments on commit 4484ba9

Please sign in to comment.