add &&
This commit is contained in:
parent
2b0d57a9c7
commit
de515a86cc
|
@ -26,7 +26,7 @@ jobs:
|
||||||
run:
|
run:
|
||||||
sudo apt-get update -y &&
|
sudo apt-get update -y &&
|
||||||
sudo apt-get install -y git python3-sphinx graphviz libenchant-2-2 &&
|
sudo apt-get install -y git python3-sphinx graphviz libenchant-2-2 &&
|
||||||
sudo apt-get install -y gcc libcups2-dev python3-dev python3-setuptools
|
sudo apt-get install -y gcc libcups2-dev python3-dev python3-setuptools &&
|
||||||
sudo pip install tox pycups
|
sudo pip install tox pycups
|
||||||
- name: Test doc build
|
- name: Test doc build
|
||||||
run: tox -e docs
|
run: tox -e docs
|
||||||
|
|
Loading…
Reference in New Issue