File tree Expand file tree Collapse file tree
actions/setup-python-and-tooling Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change 1616 with :
1717 ref : " ${{ github.event.inputs.releasetag }}"
1818 - name : Setup pydgraph tooling
19- uses : ./.github/actions/setup-runner
19+ uses : ./.github/actions/setup-python-and-tooling
2020 with :
2121 python-version : " 3.13"
2222 - name : Setup pydgraph virtualenv
Original file line number Diff line number Diff line change 2626 repository : dgraph-io/pydgraph
2727 ref : ${{ github.ref }}
2828 - name : Setup pydgraph tooling
29- uses : ./.github/actions/setup-runner
29+ uses : ./.github/actions/setup-python-and-tooling
3030 with :
3131 python-version : " 3.13"
3232 - name : Setup pydgraph virtualenv
5050 repository : dgraph-io/pydgraph
5151 ref : ${{ github.ref }}
5252 - name : Setup pydgraph tooling
53- uses : ./.github/actions/setup-runner
53+ uses : ./.github/actions/setup-python-and-tooling
5454 with :
5555 python-version : ${{ matrix.python-version }}
5656 - name : Pin pydgraph python version
8989 repository : dgraph-io/pydgraph
9090 ref : ${{ github.ref }}
9191 - name : Setup pydgraph tooling
92- uses : ./pydgraph/.github/actions/setup-runner
92+ uses : ./pydgraph/.github/actions/setup-python-and-tooling
9393 with :
9494 python-version : ${{ matrix.python-version }}
9595 - name : Pin pydgraph python version
You can’t perform that action at this time.
0 commit comments