Skip to content

Commit 9ce3d65

Browse files
committed
remove scanpy specific options
1 parent 5ac2ac0 commit 9ce3d65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99

1010
env:
11-
PYTEST_ADDOPTS: "-v --color=yes -n auto --internet-tests --junitxml=test-data/test-results.xml"
11+
PYTEST_ADDOPTS: "-v --color=yes -n auto --junitxml=test-data/test-results.xml"
1212
FORCE_COLOR: "1"
1313
MPLBACKEND: agg
1414
# It's impossible to ignore SyntaxWarnings for a single module,

0 commit comments

Comments
 (0)