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 1fe45b4 commit 25a9664Copy full SHA for 25a9664
1 file changed
action.yml
@@ -36,10 +36,6 @@ outputs:
36
runs:
37
using: composite
38
steps:
39
- - name: Install Dependencies
40
- id: dependencies
41
- run: pip3 install --quiet --upgrade -r ${{ github.action_path }}/requirements.txt
42
- shell: bash
43
- name: Get Latest Version
44
id: get_version
45
env:
0 commit comments