Skip to content

Commit 801beae

Browse files
committed
try more
1 parent 9802c01 commit 801beae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: Run Tests
2020
run: |
2121
uv sync
22+
uv tool install tox
2223
tox -e py313
2324
check:
2425
runs-on: ubuntu-latest
@@ -37,6 +38,7 @@ jobs:
3738
- name: Check Formatting
3839
run: |
3940
uv sync
41+
uv tool install tox
4042
tox -e check
4143
4244
type:
@@ -56,6 +58,7 @@ jobs:
5658
- name: Check Formatting
5759
run: |
5860
uv sync
61+
uv tool install tox
5962
tox -e type
6063
6164
# TODO: Add coverage, docs

.readthedocs.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,4 @@ build:
1111

1212
sphinx:
1313
configuration: docs/conf.py
14-
fail_on_warning: true
15-
16-
formats:
17-
- html
14+
fail_on_warning: true

0 commit comments

Comments
 (0)