Skip to content

Commit 570bbc3

Browse files
committed
Try install on bookworm
1 parent 2b420af commit 570bbc3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/python-test.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,15 @@ jobs:
3838
# - name: Test with pytest
3939
# run: |
4040
# pytest
41+
42+
test_pi_installer_script:
43+
runs-on: ubuntu-latest
44+
# specify an debian bookworm container
45+
container:
46+
image: debian:bookworm
47+
48+
steps:
49+
- uses: actions/checkout@v2
50+
- name: Run installer
51+
run: |
52+
source ./install.sh

0 commit comments

Comments
 (0)