We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b420af commit 570bbc3Copy full SHA for 570bbc3
.github/workflows/python-test.yml
@@ -38,3 +38,15 @@ jobs:
38
# - name: Test with pytest
39
# run: |
40
# 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