Skip to content

Commit

Permalink
Allow installing packages system-wide in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris committed Oct 1, 2024
1 parent 3441367 commit 1b60824
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
make cached-build
- name: Install development dependencies
run: make dev
env:
PIP_BREAK_SYSTEM_PACKAGES: 1
- name: Check formatting
run: make format-check
- name: Run linter (ruff)
Expand Down

0 comments on commit 1b60824

Please sign in to comment.