Skip to content

Commit

Permalink
Merge pull request #11307 from camptocamp/fix-rebuild
Browse files Browse the repository at this point in the history
Fix rebuild
  • Loading branch information
sbrunner authored Aug 13, 2024
2 parents 4013d6a + c724e54 commit f202d59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-2-6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
if-no-files-found: ignore
retention-days: 5

- run: pip install --user PyYAML==3.13 docker-compose==1.21.0 netifaces 'requests<2.32.0'
- run: pip install --user PyYAML==5.3.1 docker-compose==1.21.0 netifaces 'requests<2.32.0'

# Test App
- run: ci/test-app
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-2-7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
if-no-files-found: ignore
retention-days: 5

- run: pip install --user PyYAML==3.13 docker-compose==1.21.0 netifaces 'requests<2.32.0'
- run: pip install --user PyYAML==5.3.1 docker-compose==1.21.0 netifaces 'requests<2.32.0'

# Test App
- run: ci/test-app
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-2-8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,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 f202d59

Please sign in to comment.