Skip to content

Commit ced21c9

Browse files
committed
Moved requirements.txt back into workflows dir now that I know how to reference it.
Changed flake8-tabs version requirement -- was getting an error about it and it might be releated to updating the flake8 version.
1 parent 696d958 commit ced21c9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-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 code/requirements.txt
28+
run: pip install -r code/.github/workflows/requirements.txt
2929
- name: Lint
3030
run: flake8 code/addon --max-line-length=130 --extend-exclude=addon/globalPlugins/MathCAT/yaml/*

.github/workflows/requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
####### requirements.txt #######
2+
#
3+
###### Requirements for automated lint ######
4+
flake8 >= 3.8
5+
flake8-tabs >= 2.3

0 commit comments

Comments
 (0)