File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 - name : Install dependencies
2424 run : |
2525 pip install pip --upgrade
26- if grep version ../ pyproject.toml | grep -q "dev";
26+ if grep version pyproject.toml | grep -q "dev";
2727 then pip install https://github.com/fiduswriter/fiduswriter/archive/develop.zip;
2828 else pip install https://github.com/fiduswriter/fiduswriter/archive/main.zip;
2929 fi
4343 sudo apt install libjpeg-dev python3-dev python3-pip gettext zlib1g-dev git nodejs build-essential
4444 wget https://github.com/jgm/pandoc/releases/download/3.2.1/pandoc-3.2.1-1-amd64.deb -O pandoc.deb
4545 sudo dpkg -i pandoc.deb
46- cd fiduswriter
47- mv ../ci/configuration.py ./
4846 pip install requests[security]
4947 pip install coverage
5048 pip install coveralls
@@ -53,10 +51,12 @@ jobs:
5351 pip install selenium
5452 pip install wheel
5553 pip install pip --upgrade
56- if grep version ../ pyproject.toml | grep -q "dev";
54+ if grep version pyproject.toml | grep -q "dev";
5755 then pip install https://github.com/fiduswriter/fiduswriter/archive/develop.zip;
5856 else pip install https://github.com/fiduswriter/fiduswriter/archive/main.zip;
5957 fi
58+ cd fiduswriter
59+ mv ../ci/configuration.py ./
6060 coverage run $(which fiduswriter) setup --no-static
6161 - name : Run pandoc server
6262 run : pandoc server &
You can’t perform that action at this time.
0 commit comments