Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Madrisan <d.madrisan@proton.me>
  • Loading branch information
madrisan committed Jul 15, 2024
1 parent bfeed64 commit 94853fd
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 94853fd

Please sign in to comment.