File tree Expand file tree Collapse file tree
actions/install_requirements Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88runs :
99 using : composite
1010 steps :
11- - name : Checkout
12- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
13- with :
14- # Need this to get version number from last tag
15- fetch-depth : 0
16-
1711 - name : Get version of python
1812 run : |
1913 PYTHON_VERSION="${{ inputs.python-version }}"
Original file line number Diff line number Diff line change 2121 matrix :
2222 python-version : ["3.11", "3.12"]
2323 steps :
24+ - name : Checkout
25+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
26+ with :
27+ # Need this to get version number from last tag
28+ fetch-depth : 0
2429 - name : Setup project
2530 uses : ./.github/actions/install_requirements
2631 with :
4146 runs-on : ubuntu-latest
4247
4348 steps :
49+ - name : Checkout
50+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
51+ with :
52+ # Need this to get version number from last tag
53+ fetch-depth : 0
4454 - name : Setup project
4555 uses : ./.github/actions/install_requirements
4656 with :
You can’t perform that action at this time.
0 commit comments