File tree Expand file tree Collapse file tree 4 files changed +15
-8
lines changed Expand file tree Collapse file tree 4 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 1- name : " Setup environment "
2- description : " Setup the repo and Python "
1+ name : " Setup Python "
2+ description : " Setup Python and dependencies "
33runs :
4+ using : " composite"
45 steps :
5- - name : Checkout sources
6- uses : actions/checkout@v4
7-
86 - name : Setup Python
97 uses : actions/setup-python@v5
108 with :
Original file line number Diff line number Diff line change 2727 with :
2828 issue_number : ${{ github.event.issue.number }}
2929
30- - name : Setup environment
30+ - name : Checkout sources
31+ uses : actions/checkout@v4
32+
33+ - name : Setup python
3134 uses : ./.github/actions/setup
3235
3336 - name : Read and validate properties txt file
Original file line number Diff line number Diff line change 1111 name : Test that update contributions workflow runs
1212 runs-on : ubuntu-latest
1313 steps :
14- - name : Setup environment
14+ - name : Checkout sources
15+ uses : actions/checkout@v4
16+
17+ - name : Setup python
1518 uses : ./.github/actions/setup
1619
1720 - name : run unit tests
Original file line number Diff line number Diff line change 1111 update :
1212 runs-on : ubuntu-latest
1313 steps :
14- - name : Setup environment
14+ - name : Checkout sources
15+ uses : actions/checkout@v4
16+
17+ - name : Setup python
1518 uses : ./.github/actions/setup
1619
1720 - name : fetch updates and edit database
You can’t perform that action at this time.
0 commit comments