Skip to content

Commit

Permalink
fixes externally-managed-environment error (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophkloeffel authored Oct 8, 2024
1 parent ac64cb1 commit 922db53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install pylint==3.2.4 pycodestyle==2.12.0
python3 -m pip install --no-deps bmw-lobster-core bmw-lobster-tool-trlc
python3 -m pip install --upgrade pip --break-system-packages
python3 -m pip install pylint==3.2.4 pycodestyle==2.12.0 --break-system-packages
python3 -m pip install --no-deps bmw-lobster-core bmw-lobster-tool-trlc --break-system-packages
- name: Executing linter
run: |
make lint
Expand Down

0 comments on commit 922db53

Please sign in to comment.