Skip to content

Commit 535f471

Browse files
Ensure only files supported by GitHub actions are considered (#257)
On-behalf-of: SAP <[email protected]> Signed-off-by: Tobias Wolf <[email protected]>
1 parent 7380f34 commit 535f471

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ runs:
4646
uses: actions/setup-python@v5
4747
with:
4848
python-version: ${{ inputs.python_version }}
49-
49+
cache: ${{ steps.env-check.outputs.package_tool }}
50+
cache-dependency-path: |
51+
${{ github.workspace }}/poetry.lock
52+
${{ github.workspace }}/requirements.txt
5053
- name: Install GardenLinux Python library
5154
shell: bash
5255
run: |

0 commit comments

Comments
 (0)