Skip to content

Commit

Permalink
Merge pull request #3511 from mapfish/fix-rebuild
Browse files Browse the repository at this point in the history
Fix the rebuild
  • Loading branch information
sbrunner authored Nov 11, 2024
2 parents 790d3df + 7b9ff42 commit 81ea097
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ jobs:
strategy:
fail-fast: false
matrix:
branch:
- '3.28'
- '3.29'
- '3.30'
include:
- branch: '3.28'
python-version: '3.11'
- branch: '3.29'
python-version: '3.11'
- branch: '3.30'
python-version: '3.11'

steps:
- run: docker system prune --all --force
- uses: actions/checkout@v4
Expand Down Expand Up @@ -57,7 +61,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.13'
python-version: ${{ matrix.python-version }}
- run: python3 -m pip install --requirement=ci/requirements.txt

- run: make build
Expand Down

0 comments on commit 81ea097

Please sign in to comment.