Skip to content

Commit 1793253

Browse files
committed
fix gitpod black and isort paths
Signed-off-by: Chris Snow <[email protected]>
1 parent 732fad8 commit 1793253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tasks:
44
- command: /home/gitpod/.pyenv/versions/3.5.9/bin/python3 -m pip install -U pytest tox mock awscli flake8 flake8-docstrings -r ./requirements.txt --user && exit
55
- command: /home/gitpod/.pyenv/versions/3.6.9/bin/python3 -m pip install -U pytest tox mock awscli black flake8 flake8-docstrings -r ./requirements.txt --user && exit
66
- command: /home/gitpod/.pyenv/versions/3.7.7/bin/python3 -m pip install -U pytest tox mock awscli black flake8 flake8-docstrings -r ./requirements.txt --user && exit
7-
- command: /bin/python3 -m pip install -U pytest tox mock awscli black flake8 flake8-docstrings -r ./requirements.txt --user && exit
7+
- command: /bin/python3 -m pip install -U pytest tox mock awscli black flake8 flake8-docstrings isort -r ./requirements.txt --user && ln -s -f $(which black) /bin && ln -s -f $(which isort) /bin && exit
88

99
# - command: /home/gitpod/.pyenv/versions/3.9-dev/bin/python3 -m pip install -U pytest tox mock awscli black flake8 -r ./requirements.txt --user && exit
1010
- command: cd docs && make html && cd build/html && python3 -m http.server 9090

0 commit comments

Comments
 (0)