File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed
Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 99 workflow_dispatch :
1010
1111jobs :
12- test-python38 :
12+ test-python36 :
1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v2
16+ with :
17+ ref : more-python-versions
1618 - name : " Install s2i"
1719 run : |
1820 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
1921 sudo cp s2i /usr/local/bin
2022 - 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- - name : Run the test script
31- run : make test -C python39-slim/
23+ run : make test -C python36-slim/
24+
3225
You can’t perform that action at this time.
0 commit comments