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 7ffa6be commit 5269975Copy full SHA for 5269975
.github/workflows/ci_checks.yml
@@ -19,5 +19,14 @@ jobs:
19
sudo cp s2i /usr/local/bin
20
- name: Run the test script
21
run: make test -C python38-slim/
22
+ test-python39:
23
+ runs-on: ubuntu-latest
24
+ steps:
25
+ - uses: actions/checkout@v2
26
+ - name: "Install s2i"
27
+ run: |
28
+ wget -c https://github.com/openshift/source-to-image/releases/download/v1.3.0/source-to-image-v1.3.0-eed2850f-linux-amd64.tar.gz -O - | tar -xz
29
+ sudo cp s2i /usr/local/bin
30
31
run: make test -C python39-slim/
32
+
0 commit comments