Skip to content

Commit

Permalink
Have CI run on bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
legoktm committed Apr 23, 2024
1 parent 3ae85f5 commit 41f5722
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: [push, pull_request]
jobs:
checks:
runs-on: ubuntu-latest
container: debian:bullseye
container: debian:bookworm
steps:
- name: Bootstrap Debian system package dependencies
run: |
Expand All @@ -26,4 +26,4 @@ jobs:
- name: Run tests except reprotest
run: |
. ./.venv/bin/activate
make test
make test
4 changes: 2 additions & 2 deletions .github/workflows/reprotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
reprotest:
runs-on: ubuntu-latest
container: debian:bullseye
container: debian:bookworm
steps:
- name: Bootstrap Debian system package dependencies
run: |
Expand All @@ -30,4 +30,4 @@ jobs:
# Necessary to run checks as non-root user, to avoid reproducibility issues
adduser --system ci --ingroup root
chown ci:root -R .
sudo -u ci bash -c "source .venv/bin/activate && pytest -vvs tests/test_reproducible_wheels.py"
sudo -u ci bash -c "source .venv/bin/activate && pytest -vvs tests/test_reproducible_wheels.py"

0 comments on commit 41f5722

Please sign in to comment.