File tree Expand file tree Collapse file tree 3 files changed +4
-12
lines changed
Expand file tree Collapse file tree 3 files changed +4
-12
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
11- container : node:latest
10+ runs-on : ubuntu-20.04
11+ container : python:3.10
1212
1313 services :
1414 # Label used to access the service container
2828 - name : Check out repository code
2929 uses : actions/checkout@v3
3030
31- - name : Install Python
32- uses : actions/setup-python@v5
33- with :
34- python-version : ' 3.10'
35-
3631 - name : Download demo data
3732 uses : ./.github/actions/download-demo
3833
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