Skip to content

Commit

Permalink
Merge pull request #2517 from camptocamp/fix-rebuild
Browse files Browse the repository at this point in the history
Use Python 3.11 in rebuild
  • Loading branch information
sbrunner authored Nov 8, 2024
2 parents 0557c41 + 3cadcf8 commit 0a05fda
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,10 @@
matchDepNames: ['python'],
groupName: 'Python',
},
/** Ignore .github/workflows/rebuild-*.yaml */
{
matchFileNames: ['.github/workflows/rebuild.yaml'],
enabled: false,
},
],
}
4 changes: 4 additions & 0 deletions .github/workflows/rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
github-gopass-ci-token: ${{secrets.GOPASS_CI_GITHUB_TOKEN}}
patterns: pypi docker

- uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: Check .tool-versions file existence
id: tool-versions
uses: andstor/file-existence-action@v3
Expand Down

0 comments on commit 0a05fda

Please sign in to comment.