Skip to content

Commit

Permalink
Upgrade pip during actions run (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderVocke authored Apr 30, 2024
1 parent 4667dab commit 5c37026
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/install_package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ runs:
if: ${{ steps.get_type.outputs.type == 'whl' }}
shell: bash
run: |
${{ matrix.kind.pip }} install --upgrade pip
${{ matrix.kind.pip }} install --force-reinstall ${{ inputs.package }}
${{ matrix.kind.python }} -m shoopdaloop --info
export INSTALLDIR="$(${{ matrix.kind.python }} -m shoopdaloop --info | grep "Installed" | sed -r 's/Installed @ //g' ${{ matrix.kind.pathconvert }})"
Expand Down Expand Up @@ -137,4 +138,4 @@ runs:
echo "install_dir=${{ env.install_dir }}" | tee -a $GITHUB_OUTPUT
echo "pytest_dir=${{ env.pytest_dir }}" | tee -a $GITHUB_OUTPUT
echo "test_runner=${{ env.test_runner }}" | tee -a $GITHUB_OUTPUT

0 comments on commit 5c37026

Please sign in to comment.