Skip to content

Commit

Permalink
Merge pull request #1 from alliander-opensource/break-system-packages
Browse files Browse the repository at this point in the history
fix to new pip install behavior
  • Loading branch information
YuriVanWarmerdam authored Oct 14, 2024
2 parents d02316d + c414782 commit b435850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
path: "rcdt_linting"
ref: "main"
- uses: actions/setup-python@v5
- run: pip install ruff
- run: pip install ruff --break-system-packages
- run: ruff format --check main
- run: ruff check --config rcdt_linting/config/pyproject.toml main

Expand Down

0 comments on commit b435850

Please sign in to comment.