We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2828529 commit 98da52bCopy full SHA for 98da52b
.github/workflows/test.yml
@@ -39,8 +39,8 @@ jobs:
39
- name: Test with doctest
40
if: matrix.os == 'ubuntu-latest'
41
run: |
42
- pixi run -e docs doc
43
- pixi run -e docs doc sphinx-build doctest
+ pixi run -e docs doc-build
+ pixi run -e docs doc-build sphinx-build doctest
44
- name: Test nogil
45
46
pixi run -e nogil nogil-eta
0 commit comments