There was an error while loading. Please reload this page.
1 parent 1b5f726 commit fd98308Copy full SHA for fd98308
1 file changed
.github/workflows/pr_tests.yml
@@ -42,7 +42,7 @@ jobs:
42
- uses: actions/checkout@v7
43
- uses: actions/setup-python@v6
44
with:
45
- python-version: '3.13'
+ python-version: '3.14'
46
cache: 'pip'
47
- run: pip install -r requirements.txt pytest
48
- run: pytest -x --capture=no docs/conflib/get_simp_version_test.py
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
- run: pip install -r requirements.txt
60
- run: sphinx-build -n -b html -d sphinx_cache docs html
0 commit comments