Skip to content

Commit

Permalink
Missed subprocess part of std install
Browse files Browse the repository at this point in the history
  • Loading branch information
F-WRunTime committed Jan 24, 2024
1 parent e267cdf commit c0ccdee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:

- name: Install dependencies
shell: bash {0}
run: pip install logging subprocess github argparse
run: pip install logging github argparse

- name: 'Check out repo: ${{ inputs.org }}/${{ inputs.repo }}'
uses: actions/[email protected]
Expand Down

0 comments on commit c0ccdee

Please sign in to comment.