We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4935b commit 6bcf27dCopy full SHA for 6bcf27d
action.yml
@@ -31,9 +31,7 @@ runs:
31
- name: Setup Python
32
uses: actions/setup-python@v5
33
with:
34
- cache: 'pip'
35
python-version-file: '${{ github.action_path }}/.python-version'
36
- cache-dependency-path: '${{ github.action_path }}/requirements.txt'
37
38
- name: Install python dependencies
39
shell: bash
0 commit comments