Skip to content

Commit b2f63f0

Browse files
committed
Run CI for Sphinx upstream
1 parent 59d5384 commit b2f63f0

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,26 @@ jobs:
6969
# file: ./coverage.xml
7070
# fail_ci_if_error: true
7171

72+
# This uses a different job to allow failures
73+
test-sphinx-upstream:
74+
runs-on: ubuntu-latest
75+
76+
name: "pytest: py3, sphinx master, on ubuntu-latest"
77+
78+
steps:
79+
- uses: actions/checkout@v6
80+
- name: Set up Python 3
81+
uses: actions/setup-python@v6
82+
with:
83+
python-version: 3
84+
allow-prereleases: true
85+
- name: Install dependencies
86+
run: |
87+
python -m pip install --upgrade pip
88+
pip install -e ".[linkify,testing]" "sphinx @ git+https://github.com/sphinx-doc/sphinx.git"
89+
- name: Run pytest
90+
run: pytest
91+
7292
check-myst-docutils:
7393

7494
name: Check myst-docutils install

0 commit comments

Comments
 (0)