Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Madrisan <[email protected]>
  • Loading branch information
madrisan committed Jul 15, 2024
1 parent bfeed64 commit eca13b5
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,17 @@ 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
cat ~/.mupub/mu-config.cfg

0 comments on commit eca13b5

Please sign in to comment.