File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ references:
15
15
run :
16
16
name : Install Dependencies
17
17
command : |
18
- source $HOME/.poetry/env
19
18
poetry install
20
19
poetry run pip install "django~=<< parameters.django-version >>.0"
21
20
save-dependencies-cache : &save-dependencies-cache
66
65
- run :
67
66
name : Run Tests
68
67
command : |
69
- source $HOME/.poetry/env
70
68
poetry run ./runtests
71
69
72
70
lint :
83
81
- run :
84
82
name : Run Flake8
85
83
command : |
86
- source $HOME/.poetry/env
87
84
poetry run flake8
88
85
89
86
type-check :
100
97
- run :
101
98
name : Run Mypy
102
99
command : |
103
- source $HOME/.poetry/env
104
100
poetry run ./script/type-check
105
101
106
102
deploy :
@@ -113,7 +109,6 @@ jobs:
113
109
- run :
114
110
name : Push to PyPI
115
111
command : |
116
- source $HOME/.poetry/env
117
112
poetry publish \
118
113
--build \
119
114
--username "${PYPI_USERNAME}" \
You can’t perform that action at this time.
0 commit comments