Skip to content

Commit 5e7a7bf

Browse files
committed
[py] explicitly install docformatter in the right place
1 parent 8d4d2c6 commit 5e7a7bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
run: |
4949
python -m pip install --upgrade pip
5050
pip install tox==2.4.1
51+
pip install docformatter==1.5.1
5152
- name: Test with tox
5253
run: tox -c py/tox.ini
5354
env:
@@ -68,7 +69,6 @@ jobs:
6869
run: |
6970
python -m pip install --upgrade pip
7071
pip install tox==2.4.1
71-
pip install docformatter==1.5.1
7272
- name: Test with tox
7373
run: |
7474
tox -c py/tox.ini -- --cobertura-xml-report ci || true

0 commit comments

Comments
 (0)