Skip to content

Commit

Permalink
feat: pip is now installed on runner
Browse files Browse the repository at this point in the history
DEVOPS-145
  • Loading branch information
remdub committed Oct 1, 2024
1 parent efe7cc9 commit 08730ea
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/branch-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
- name: Needed for local development
if: ${{ env.ACT }}
run: echo /home/runner/externals/node20/bin >> $GITHUB_PATH
- name: Install Pip
run: |
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py
python2.7 get-pip.py
export PATH="/home/runner/.local/bin:$PATH"
- name: Run check
uses: IMIO/gha/plone-package-test-notify@python2
env:
Expand Down

0 comments on commit 08730ea

Please sign in to comment.