Skip to content

Commit

Permalink
build: Use more recent Poetry
Browse files Browse the repository at this point in the history
The latest versions, 1.8.2 and 1.8.3, seem to be broken on Conda Forge
<https://github.com/linz/emergency-management-tools/actions/runs/9073634992/job/24931053802>.
  • Loading branch information
l0b0 committed May 15, 2024
1 parent 35fc25f commit b8621d5
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 @@ -153,8 +153,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=1.7.1

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

0 comments on commit b8621d5

Please sign in to comment.