Skip to content

Commit

Permalink
Force pip to upgrade during setup action (#2565)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc authored Mar 6, 2024
1 parent c02f351 commit a9989ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
shell: bash
- run: pip3 install setuptools_scm wheel urllib3
shell: bash
- run: pip3 install -r ${{ inputs.location }}/requirements.txt
- run: pip3 install -U -r ${{ inputs.location }}/requirements.txt
shell: bash
- run: which fprime-util
shell: bash
Expand Down

0 comments on commit a9989ce

Please sign in to comment.