Skip to content

Commit 6fb3beb

Browse files
Fix typo
1 parent b23841e commit 6fb3beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
uses: actions/setup-python@v5
1616
with:
1717
python-version: ${{ inputs.python-version }}
18-
package-path: |
18+
cache-dependency-path: |
1919
${{ inputs.package-root-dir }}/setup.py
2020
2121
- name: Install dependencies

0 commit comments

Comments
 (0)