Skip to content

Commit

Permalink
Fake install alot in ci to check generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed Aug 13, 2024
1 parent 8e12fb0 commit 2e0b1a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5

- name: Remove and mock problematic dependencies
run: |
sed -i '/gpg/d;/notmuch2/d' pyproject.toml
touch gpg.py
echo NullPointerError = NotmuchError = None > notmuch2.py
pip install .
- name: Regenerate all generated docs
# We run "true" instead of "sphinx-build" to speed things up as we are
# only interested in the regeneration of the docs.
Expand Down

0 comments on commit 2e0b1a4

Please sign in to comment.