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 eeb6a87
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,16 @@ jobs:

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"

- 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 .
git checkout pyproject.toml
- name: Regenerate all generated docs
# We run "true" instead of "sphinx-build" to speed things up as we are
Expand Down

0 comments on commit eeb6a87

Please sign in to comment.