File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 8
8
pull_request : ~
9
9
10
10
env :
11
- CACHE_VERSION : 2
11
+ CACHE_VERSION : 3
12
12
DEFAULT_PYTHON : 3.8
13
13
LIB_FOLDER : python_typing_update
14
14
PRE_COMMIT_CACHE : ~/.cache/pre-commit
50
50
. venv/bin/activate
51
51
python -m pip install -U pip setuptools wheel
52
52
pip install -U -r requirements.txt -r requirements_test.txt
53
- pip install .
53
+ pip install -e .
54
54
- name : Generate pre-commit restore key
55
55
id : generate-pre-commit-key
56
56
run : >-
@@ -107,7 +107,6 @@ jobs:
107
107
- name : Run formatting check
108
108
run : |
109
109
. venv/bin/activate
110
- pip install -e .
111
110
pre-commit run --all-files
112
111
113
112
pylint :
@@ -137,7 +136,6 @@ jobs:
137
136
- name : Run pylint
138
137
run : |
139
138
. venv/bin/activate
140
- pip install -e .
141
139
pylint ${{ env.LIB_FOLDER }} tests
142
140
143
141
mypy :
@@ -207,7 +205,7 @@ jobs:
207
205
. venv/bin/activate
208
206
python -m pip install -U pip setuptools wheel
209
207
pip install -U -r requirements.txt -r requirements_test.txt
210
- pip install .
208
+ pip install -e .
211
209
- name : Run pytest
212
210
run : |
213
211
. venv/bin/activate
You can’t perform that action at this time.
0 commit comments