File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 66 show-apt-sources :
77 runs-on : ubuntu-latest
88 steps :
9+ - name : Show image version
10+ run : cat /etc/microsoft-prod-release || echo "File not found"
911 - name : Show apt sources
1012 run : |
1113 echo "=== /etc/apt/sources.list ==="
Original file line number Diff line number Diff line change 66
77jobs :
88 build-gpu-image :
9- runs-on : ubuntu-latest
9+ runs-on : ubuntu-22.04
1010 steps :
1111 - name : Set up Docker Buildx
1212 uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change 1111
1212jobs :
1313 pytest-unit :
14- runs-on : ubuntu-latest
14+ runs-on : ubuntu-22.04
1515 strategy :
1616 matrix :
1717 python-version : ["3.9"]
5757 env :
5858 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
5959 pytest-integrative-1 :
60- runs-on : ubuntu-latest
60+ runs-on : ubuntu-22.04
6161 strategy :
6262 matrix :
6363 python-version : ["3.9"]
@@ -103,7 +103,7 @@ jobs:
103103 env :
104104 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
105105 pytest-integrative-2 :
106- runs-on : ubuntu-latest
106+ runs-on : ubuntu-22.04
107107 strategy :
108108 matrix :
109109 python-version : ["3.9"]
@@ -149,7 +149,7 @@ jobs:
149149 env :
150150 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
151151 pytest-integrative-3 :
152- runs-on : ubuntu-latest
152+ runs-on : ubuntu-22.04
153153 strategy :
154154 matrix :
155155 python-version : ["3.9"]
@@ -195,7 +195,7 @@ jobs:
195195 env :
196196 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
197197 pytest-integrative-4 :
198- runs-on : ubuntu-latest
198+ runs-on : ubuntu-22.04
199199 strategy :
200200 matrix :
201201 python-version : ["3.9"]
You can’t perform that action at this time.
0 commit comments