Skip to content

Commit 63890e0

Browse files
committed
attempt to fix the github actions
for whatever reason, ruff starts to care about the `build/` subdirectory with mercedes-benz#393 . Since this is probably an artifact of pip, let's just delete this directory before linting. Signed-off-by: Andreas Lauser <andreas.lauser@mercedes-benz.com> Signed-off-by: Christian Hackenbeck <christian.hackenbeck@mercedes-benz.com>
1 parent 5455628 commit 63890e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
pip install --upgrade pip
5555
pip install .
5656
pip install .[test]
57+
rm -rf build
5758

5859
- name: Static type checking (mypy)
5960
run: |

0 commit comments

Comments
 (0)