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 d4096d2 commit 24b8a31Copy full SHA for 24b8a31
action.yml
@@ -86,7 +86,6 @@ runs:
86
python-version: ${{ inputs.python-version }}
87
architecture: x64
88
cache: pip
89
- cache-dependency-path: ${{ github.action_path }}/requirements.txt
90
- run: |
91
python --version
92
pip install -r ${{ github.action_path }}/requirements.txt
0 commit comments