We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b23841e commit 6fb3bebCopy full SHA for 6fb3beb
.github/actions/setup-env/action.yml
@@ -15,7 +15,7 @@ runs:
15
uses: actions/setup-python@v5
16
with:
17
python-version: ${{ inputs.python-version }}
18
- package-path: |
+ cache-dependency-path: |
19
${{ inputs.package-root-dir }}/setup.py
20
21
- name: Install dependencies
0 commit comments