Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner authored and renovate[bot] committed Oct 2, 2024
1 parent 7f5d9d1 commit 31d1b1e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,10 @@
groupName: 'CI dependencies',
automerge: true,
},
/** Don't upgrade dependency on rebuild */
{
matchFileNames: ['.github/workflows/rebuild.yaml'],
enabled: false,
},
],
}
8 changes: 5 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,12 @@ jobs:
patterns: docker
if: env.HAS_SECRETS == 'HAS_SECRETS'

- 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: Print environment information
run: c2cciutils-env

- uses: actions/cache@v4
with:
Expand All @@ -49,8 +53,6 @@ jobs:
path: /tmp/pre-commit.patch
retention-days: 1
if: failure()
- name: Print environment information
run: c2cciutils-env

- run: make build
- run: make acceptance
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
rebuild:
name: Rebuild
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
timeout-minutes: 60

strategy:
Expand Down

0 comments on commit 31d1b1e

Please sign in to comment.