Skip to content

Commit 827fe1b

Browse files
committed
ga paths
1 parent 9e396c9 commit 827fe1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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
@@ -43,8 +43,6 @@ jobs:
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 &

0 commit comments

Comments
 (0)