Skip to content

Commit

Permalink
Fix rebuild 2.6 and 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Aug 15, 2024
1 parent 74596a4 commit fed2dc5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rebuild-2-6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ 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'

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

# Use minimal version from the documentation
- uses: actions/setup-python@v4
with:
# When we upgrade this we should also upgrade the requirements
# in the documentation: doc/integrator/requirements.rst
python-version: '3.7'
# When we upgrade this we should also upgrade the requirements
# in the documentation: doc/integrator/requirements.rst
# netifaces is for 2.4
- run: pip install --user PyYAML==3.13 docker-compose==1.21.0 netifaces 'requests<2.32.0'

# Test App
Expand Down

0 comments on commit fed2dc5

Please sign in to comment.