Skip to content

Commit

Permalink
Merge pull request #1365 from camptocamp/fix-ci
Browse files Browse the repository at this point in the history
Fix rebuild
  • Loading branch information
sbrunner authored Oct 16, 2024
2 parents 0146205 + 6365d31 commit 427c08a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
patterns: docker
if: github.repository == 'camptocamp/docker-qgis-server'

- run: echo "${HOME}/.local/bin" >> ${GITHUB_PATH}
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: python3 -m pip install --user --requirement=ci/requirements.txt

- name: Checks
Expand Down

0 comments on commit 427c08a

Please sign in to comment.