Skip to content

Commit

Permalink
CI: Use dev version of mizani
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Dec 6, 2023
1 parent 63c1d31 commit 13c9dcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:

- name: Install Package
run: |
pip install -r requirements/doc.txt
pip install git+https://github.com/has2k1/mizani.git@main
python -m pip install ".[doc]"
pip install -r requirements/doc.txt
quarto add has2k1/issuey
- name: Environment Information
Expand Down

0 comments on commit 13c9dcf

Please sign in to comment.