Skip to content

Commit 696d958

Browse files
committed
debugging lint workflow
1 parent d8ab32f commit 696d958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- name: debugging
2626
run: dir -l code
2727
- name: Install dependencies (flake8)
28-
run: pip install -r requirements.txt
28+
run: pip install -r code/requirements.txt
2929
- name: Lint
3030
run: flake8 code/addon --max-line-length=130 --extend-exclude=addon/globalPlugins/MathCAT/yaml/*

0 commit comments

Comments
 (0)