Skip to content

Commit 0edf817

Browse files
committed
fix workflow
1 parent 7a4cbd8 commit 0edf817

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-python.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ jobs:
9999
- name: Install dependencies
100100
run: just install
101101
- name: Run tests
102-
run: just docs-test
102+
run: |
103+
just setup-tests doctest
104+
just run-tests
103105
104106
docs:
105107
name: Docs Checks

0 commit comments

Comments
 (0)