Skip to content

Commit fc42988

Browse files
authored
pip install upgrade (#36)
1 parent 3ace1a7 commit fc42988

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ runs:
7272
INPUTS_REQUIREMENTS: ${{ inputs.requirements }}
7373
shell: bash
7474
run: |
75-
pip install -r ${GITHUB_ACTION_PATH}/requirements.txt
75+
pip install --upgrade -r ${GITHUB_ACTION_PATH}/requirements.txt
7676
if [ -n "${INPUTS_REQUIREMENTS}" ]; then
7777
echo "${INPUTS_REQUIREMENTS}" > "${RUNNER_TEMP}/requirements.txt"
78-
pip install -r "${RUNNER_TEMP}/requirements.txt"
78+
pip install --upgrade -r "${RUNNER_TEMP}/requirements.txt"
7979
fi
8080
- name: kamidana
8181
shell: bash

0 commit comments

Comments
 (0)