We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ab32f commit 696d958Copy full SHA for 696d958
.github/workflows/lint.yaml
@@ -25,6 +25,6 @@ jobs:
25
- name: debugging
26
run: dir -l code
27
- name: Install dependencies (flake8)
28
- run: pip install -r requirements.txt
+ run: pip install -r code/requirements.txt
29
- name: Lint
30
run: flake8 code/addon --max-line-length=130 --extend-exclude=addon/globalPlugins/MathCAT/yaml/*
0 commit comments