File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 88 # only run if PR is approved
99 if : github.event.review.state == 'approved'
1010 runs-on : ubuntu-22.04
11+ container : python:3.10
1112
1213 steps :
1314 - name : Check out repository code
Original file line number Diff line number Diff line change 77 mimic-iv-psql :
88 # only run if PR is approved
99 if : github.event.review.state == 'approved'
10- runs-on : ubuntu-latest
10+ runs-on : ubuntu-20.04
1111 container : python:3.10
1212
1313 services :
Original file line number Diff line number Diff line change 88 # only run if PR is approved
99 if : github.event.review.state == 'approved'
1010 runs-on : ubuntu-20.04
11+ container : python:3.10
1112
1213 steps :
1314 - name : Check out repository code
1415 uses : actions/checkout@v3
1516
16- - name : Set up Python
17- uses : actions/setup-python@v4
18- with :
19- python-version : ' 3.10'
20-
2117 - name : Python dependencies
2218 run : |
2319 pip install pandas
You can’t perform that action at this time.
0 commit comments