diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 19cdd669..3b82d17c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,11 +34,16 @@ jobs: - id: install_mupub run: | - git clone https://github.com/madrisan/mupub.git /opt/mupub - cd /opt/mupub + git clone https://github.com/MutopiaProject/MutopiaProject /opt/MutopiaProject/MutopiaProject + git clone https://github.com/MutopiaProject/MutopiaWeb /opt/MutopiaWeb + git clone https://github.com/madrisan/mupub.git /opt/MutopiaProject/mupub + cd /opt/MutopiaProject/mupub git checkout ci pip3 install --break-system-packages -r requirements.txt make dist pip3 install --break-system-packages dist/mupub-1.0.8-py2.py3-none-any.whl + mupub init <<'END' + /opt/MutopiaWeb/datafiles + /opt/MutopiaProject/MutopiaProject + END mupub --version -