summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 20f9ecfe..cc82b101 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -55,6 +55,12 @@ jobs:
run: |
pytest --doctest-modules --durations=10 --pyargs networkx
+ - name: Test Dispatching
+ # Limit this to only a single combination from the matrix
+ if: ${{ (matrix.os == 'ubuntu') && (matrix.python-version == '3.11') }}
+ run: |
+ NETWORKX_GRAPH_CONVERT=nx-loopback pytest --doctest-modules --durations=10 --pyargs networkx
+
extra:
runs-on: ${{ matrix.os }}
strategy: