Skip to content

Commit

Permalink
Fix pip update error in CI
Browse files Browse the repository at this point in the history
Fix `error: externally-managed-environment` error when running the "Setup
Python" step. The already-installed pip version in CI is new enough that this
step is no longer needed.
  • Loading branch information
robertknight committed Oct 1, 2024
1 parent ec7de62 commit 09f2b04
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ jobs:
- name: Docs
run: |
make docs
- name: Setup Python
run: |
pip install --upgrade pip
if: ${{ matrix.os == 'ubuntu-latest' }}
- name: Python Lint
run: |
cd rten-convert
Expand Down

0 comments on commit 09f2b04

Please sign in to comment.