File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ${{ matrix.operating-system }}
15
15
strategy :
16
16
matrix :
17
- operating-system : [ubuntu-latest , windows-latest]
17
+ operating-system : [ubuntu-20.04 , windows-latest]
18
18
steps :
19
19
- name : Checkout
<
7167
td data-grid-cell-id="diff-126bf89616b7daa3d14ebc882ad18666aaf1c3dae888c4ba306a66ec80758bc1-20-20-0" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative diff-line-number-neutral left-side">20
20
uses : actions/checkout@v3
68
68
python-version : 3.8
69
69
- name : Verify 3.8
70
70
run : python __tests__/verify-python.py 3.8
71
-
71
+
72
72
- name : Run with setup-python 3.7.5
73
73
uses : ./
74
74
with :
You can’t perform that action at this time.
0 commit comments