summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-10-04 14:04:09 -0700
committerGitHub <noreply@github.com>2022-10-04 14:04:09 -0700
commit4c74647afc82a1b352701a52f0f1a33891dbd3ff (patch)
treefd9edad0b74cb3e66e5ec85a63e3113ef2f66a44 /.github/workflows/test.yml
parentddcf0fea7a68d9f826ed863588ecc494b11d83a4 (diff)
downloadnumpydoc-4c74647afc82a1b352701a52f0f1a33891dbd3ff.tar.gz
Fix front page (#434)
* Fix front page * Test * Test pydata-sphinx-theme==0.11.0rc2 * Specify package to test * Test pydata-sphinx-theme==0.11.0rc3
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 24fe29c..6d2befc 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -38,7 +38,7 @@ jobs:
- name: Run test suite
run: |
- pytest -v --pyargs .
+ pytest -v --pyargs numpydoc
- name: Test coverage
run: |