File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1313 workflow_call :
1414 workflow_dispatch :
1515
16- env :
17- POETRY_VERSION : 1.8.1
18-
1916jobs :
2017 checks :
2118 runs-on : ubuntu-latest
22- env :
23- PYTHON_VERSION : 3.11 # Use latest
2419 steps :
2520 - name : Check out repo
2621 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2722 - name : Set up Python
23+ id : setup-python
2824 uses : ni/python-actions/setup-python@5286c12d65d90b2ea738bd57d452dc4366497581 # v0.4.1
2925 - name : Set up Poetry
3026 uses : ni/python-actions/setup-poetry@5286c12d65d90b2ea738bd57d452dc4366497581 # v0.4.1
5147 - name : Check out repo
5248 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5349 - name : Set up Python
50+ id : setup-python
5451 uses : ni/python-actions/setup-python@5286c12d65d90b2ea738bd57d452dc4366497581 # v0.4.1
5552 - name : Set up Poetry
5653 uses : ni/python-actions/setup-poetry@5286c12d65d90b2ea738bd57d452dc4366497581 # v0.4.1
You can’t perform that action at this time.
0 commit comments