Skip to content

Commit

Permalink
Add workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd committed Dec 23, 2024
1 parent 64dfd9e commit 07b5e42
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/autotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,20 @@ jobs:
python setup.py install
pip uninstall comtypes -y
python test_pip_install.py
docs-source-doctest:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.13"
architecture: x64
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r docs/requirements.txt
- name: Run doctest
run: sphinx-build -b doctest -d docs/build/doctrees docs/source docs/build/doctest
working-directory: ./

0 comments on commit 07b5e42

Please sign in to comment.