Skip to content

Commit

Permalink
Merge pull request #11553 from camptocamp/rebuild-ngeo-2-8
Browse files Browse the repository at this point in the history
Fix rebuild from ngeo 2.8
  • Loading branch information
sbrunner authored Nov 29, 2024
2 parents c9f06d7 + 123a62a commit 9b942b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ngeo-2-8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: pip install --user PyYAML==5.3.1 'docker<7.0.0' wheel==0.40.0 urllib3==1.26.15 'requests<2.32.0'
- run: pip install --user PyYAML==5.3.1 docker-compose==1.29.2 'docker<7.0.0' wheel==0.40.0 urllib3==1.26.15 'requests<2.32.0'

- name: Init Git
run:
Expand Down

0 comments on commit 9b942b3

Please sign in to comment.